[]
        
(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)
Function GetValue(row As Integer, column As Integer) As Object
Parameters
Type Name Description
int row

Start from 0.

int column

Start from 0.

Returns
Type Description
object

The value.