Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableDataSource Interface / GetValue Method
Start from 0.
Start from 0.
In This Topic
    GetValue Method
    In This Topic
    Get value from the data source.
    Syntax
    System.object GetValue( 
       System.int row,
       System.int column
    )

    Parameters

    row
    Start from 0.
    column
    Start from 0.

    Return Value

    The value.
    See Also