piDogDataView.CustomDataSource.CellType
Scope: Public
Function CellType(row as Integer, column as integer) As dataview.CellTypes
Override to specify the type of the cell
Values include:
DataView.CellTypes.Default
DataView.CellTypes.Normal
DataView.CellTypes.CheckBox
DataView.CellTypes.Editable
DataView.CellTypes.Progress
DataView.CellTypes.Popup