Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool CreateCustomColumn(
	string fieldName,
	string fieldLabel,
	string fieldPosition,
	FieldTypes fieldType,
	bool required
)
Visual Basic
Function CreateCustomColumn ( _
	fieldName As String, _
	fieldLabel As String, _
	fieldPosition As String, _
	fieldType As FieldTypes, _
	required As Boolean _
) As Boolean
Visual C++
bool CreateCustomColumn(
	String^ fieldName, 
	String^ fieldLabel, 
	String^ fieldPosition, 
	FieldTypes fieldType, 
	bool required
)

Parameters

fieldName
Type: System..::..String
fieldLabel
Type: System..::..String
fieldPosition
Type: System..::..String
fieldType
Type: FieldTypes
required
Type: System..::..Boolean

See Also