FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..addColumn Method

Adds the column.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool addColumn(
	tableExItemTypes oItemType,
	string columnName,
	tableExtDataTypes oDataType,
	int size,
	string colDescription,
	tableExtUIControl oRenderType,
	ref string colExtensionID,
	string defaultValue,
	string selectionValues,
	bool isUserCanModify
)
Public Function addColumn ( _
	oItemType As tableExItemTypes, _
	columnName As String, _
	oDataType As tableExtDataTypes, _
	size As Integer, _
	colDescription As String, _
	oRenderType As tableExtUIControl, _
	ByRef colExtensionID As String, _
	defaultValue As String, _
	selectionValues As String, _
	isUserCanModify As Boolean _
) As Boolean
public:
bool^ addColumn(
	tableExItemTypes^ oItemType, 
	String^ columnName, 
	tableExtDataTypes^ oDataType, 
	int^ size, 
	String^ colDescription, 
	tableExtUIControl^ oRenderType, 
	String^% colExtensionID, 
	String^ defaultValue, 
	String^ selectionValues, 
	bool^ isUserCanModify
)

Parameters

oItemType
Type: FlowWright.cDevDeAPI..::..tableExItemTypes
Type of the o item.
columnName
Type: String
Name of the column.
oDataType
Type: FlowWright.cDevDeAPI..::..tableExtDataTypes
Type of the o data.
size
Type: Int32
The size.
colDescription
Type: String
The col description.
oRenderType
Type: FlowWright.cDevDeAPI..::..tableExtUIControl
Type of the o render.
colExtensionID
Type: String%
The col extension identifier.
defaultValue
Type: String
The default value.
selectionValues
Type: String
The selection values.
isUserCanModify
Type: Boolean

Return Value

true if XXXX, false otherwise.