piDogDataView.DataView.Cell

Scope: Public
Function Cell(Row As integer, Column As integer) As String
Get the text of the cell
Scope: Public
Sub Cell(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)