piDogDataView.DataView.CellValue
Scope: Public
Function CellValue(Row as integer, Column as integer, default as Variant = nil) As Variant
Get the value of the cell (variant)
Scope: Public
Sub CellValue(row as integer, Column as Integer, assigns value as Variant)
Set the value of the cell (variant)
This value can be of any type
will be Rendered using str(value)