GrapeCity.Xaml.Excel
Read Method


GrapeCity.Excel Namespace > ILoadOnDemandReadService Interface : Read Method
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

Reference

ILoadOnDemandReadService Interface
ILoadOnDemandReadService Members