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