piDogDataView.DataView.CellTypeAt

Scope: Public
Function CellTypeAt(row as integer, column as integer) As DataView.CellTypes
Get the type of the cell 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
Scope: Public
Sub CellTypeAt(row as integer, Column as Integer, assigns value as DataView.CellTypes)
Set the type of the cell 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