CalcEngine for .NET
C1.CalcEngine Namespace / IDataSheet Interface / GetValue Method
Column index in sheet.
Row index in sheet.

In This Topic
    GetValue Method (IDataSheet)
    In This Topic
    Returns a value of cell.
    Syntax
    'Declaration
     
    
    Function GetValue( _
       ByVal col As Integer, _
       ByVal row As Integer _
    ) As Object
    object GetValue( 
       int col,
       int row
    )

    Parameters

    col
    Column index in sheet.
    row
    Row index in sheet.

    Return Value

    Cell value at the specified column and row index.
    See Also