Spread Silverlight Documentation
SetTopLeft Method (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : SetTopLeft Method
The zero-based row index of the top left cell
The zero-based column index of the top left cell
Set the location of the top left visible cell in the current sheet
Syntax
'Declaration
 
Public Sub SetTopLeft( _
   ByVal top As System.Integer, _
   ByVal left As System.Integer _
) 
'Usage
 
Dim instance As ExcelWorksheet
Dim top As System.Integer
Dim left As System.Integer
 
instance.SetTopLeft(top, left)
public void SetTopLeft( 
   System.int top,
   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

ExcelWorksheet Class
ExcelWorksheet Members