GrapeCity.Xaml.Excel
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ILoadOnDemandReadService Interface
ILoadOnDemandReadService Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options