piDogDataView.DataView.CellType
Deprecated Use: CellTypeAt
Scope: Public
Function CellType(row as integer, column as integer) As Integer
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
Deprecated Use: CellTypeAt
Scope: Public
Sub CellType(row as integer, Column as Integer, assigns value as Integer)
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