piDogDataView.DataView.ColumnType
Scope: Public
Function ColumnType(column as Integer) As Integer
Get the type of the column
Const TypeCheckBox = 2
Const TypeDefault = 0
Const TypeEditable = 3
Const TypeEditableTextField = 3
Const TypeNormal = 1
Const TypePopup = 5
Const TypeProgress = 4
Const TypeIndex = 7
Scope: Public
Sub ColumnType(column as Integer, assigns value as Integer)
Set the type of the column
Const TypeCheckBox = 2
Const TypeDefault = 0
Const TypeEditable = 3
Const TypeEditableTextField = 3
Const TypeNormal = 1
Const TypePopup = 5
Const TypeProgress = 4
Const TypeIndex = 7