Spread Silverlight Documentation
GetTopLeft Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : GetTopLeft Method
The zero-based row index of the top left cell
The zero-based column index of the top left cell
Get the location of the top left visible cell in the current sheet
Syntax
'Declaration
 
Sub GetTopLeft( _
   ByRef top As System.Integer, _
   ByRef left As System.Integer _
) 
'Usage
 
Dim instance As IExcelWorksheet
Dim top As System.Integer
Dim left As System.Integer
 
instance.GetTopLeft(top, left)
void GetTopLeft( 
   ref System.int top,
   ref System.int left
)

Parameters

top
The zero-based row index of the top left cell
left
The zero-based column index of the top left cell
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members