'Declaration Public Function CellText( _ ByVal row As System.Integer _ ) As System.String
public System.string CellText( System.int row )
Parameters
- row
- The row to fetch.
Return Value
The display value.
'Declaration Public Function CellText( _ ByVal row As System.Integer _ ) As System.String
public System.string CellText( System.int row )