[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableDataSource.GetValue

GetValue Method

GetValue(int, int)

Get value from the data source.

Declaration
object GetValue(int row, int column)
Parameters
Type Name Description
int row

Start from 0.

int column

Start from 0.

Returns
Type Description
object

The value.