'Declaration Public Overloads Function CellValue( _ ByVal row As System.Integer _ ) As System.Object
public System.object CellValue( System.int row )
Parameters
- row
- The row to fetch.
Return Value
The underlying data from the data source.
'Declaration Public Overloads Function CellValue( _ ByVal row As System.Integer _ ) As System.Object
public System.object CellValue( System.int row )