Spread Silverlight Documentation
SetTopLeft Method (IExcelReader)


GrapeCity.Excel Namespace > IExcelReader Interface : SetTopLeft Method
The zero based sheet index used to locate the IExcelWorksheet instance
Top row visible in the window
Leftmost column visible in the window
Set the first visible row and column information in the window
Syntax
'Declaration
 
Sub SetTopLeft( _
   ByVal sheet As System.Short, _
   ByVal topRow As System.Integer, _
   ByVal leftColumn As System.Integer _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim topRow As System.Integer
Dim leftColumn As System.Integer
 
instance.SetTopLeft(sheet, topRow, leftColumn)
void SetTopLeft( 
   System.short sheet,
   System.int topRow,
   System.int leftColumn
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
topRow
Top row visible in the window
leftColumn
Leftmost column visible in the window
See Also

Reference

IExcelReader Interface
IExcelReader Members