Spread WPF 17
GrapeCity.Excel Namespace / ILoadOnDemandReadService Interface / Read Method


In This Topic
    Read Method
    In This Topic
    Read the data of the row in the specified sheet to data model.
    Syntax
    'Declaration
     
    Sub Read( _
       ByVal sheetIndex As Integer, _
       ByVal row As Integer _
    ) 
    'Usage
     
    Dim instance As ILoadOnDemandReadService
    Dim sheetIndex As Integer
    Dim row As Integer
     
    instance.Read(sheetIndex, row)
    void Read( 
       int sheetIndex,
       int row
    )

    Parameters

    sheetIndex
    row
    See Also