Spread Silverlight Documentation
GetTopLeft Method (ExcelWorksheet)


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
 
Public Sub GetTopLeft( _
   ByRef top As System.Integer, _
   ByRef left As System.Integer _
) 
'Usage
 
Dim instance As ExcelWorksheet
Dim top As System.Integer
Dim left As System.Integer
 
instance.GetTopLeft(top, left)
public 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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.