Spread WPF Documentation
SetTopLeft Method (IExcelWorksheet)


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.
Syntax
'Declaration
 
Sub SetTopLeft( _
   ByVal top As System.Integer, _
   ByVal left As System.Integer _
) 
'Usage
 
Dim instance As IExcelWorksheet
Dim top As System.Integer
Dim left As System.Integer
 
instance.SetTopLeft(top, left)
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.