piDogDataView.DataView.ColumnType
Deprecated Use: ColumnTypeAt
Scope: Public
Function ColumnType(column as Integer) As Integer
Get the type of the column
Const CellTypes.CheckBox = 2
Const CellTypes.Default = 0
Const CellTypes.Editable = 3
Const CellTypes.EditableTextField = 3
Const CellTypes.Normal = 1
Const CellTypes.Popup = 5
Const CellTypes.Progress = 4
Const TypeIndex = 7
Deprecated Use: ColumnTypeAt
Scope: Public
Sub ColumnType(column as Integer, assigns value as Integer)
Set the type of the column
Const CellTypes.CheckBox = 2
Const CellTypes.Default = 0
Const CellTypes.Editable = 3
Const CellTypes.EditableTextField = 3
Const CellTypes.Normal = 1
Const CellTypes.Popup = 5
Const CellTypes.Progress = 4
Const TypeIndex = 7