piDogDataView.DataView.ColumnTypeAt

Scope: Public
Function ColumnTypeAt(column as Integer) As dataview.CellTypes
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
Scope: Public
Sub ColumnTypeAt(column as Integer, assigns value as dataview.CellTypes)
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