Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead5 Interface / ExcelSetTopLeft Method
Sheet index
true indicates the frozen window.
The row top.
The column left.


In This Topic
ExcelSetTopLeft Method (IExcelBiffRead5)
In This Topic
WINDOW2 - Excel Biff Record (toprow, left column values)
Syntax
'Declaration
 
Function ExcelSetTopLeft( _
   ByVal sheet As Short, _
   ByVal frozen As Boolean, _
   ByVal rwTop As Integer, _
   ByVal colLeft As Integer _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead5
Dim sheet As Short
Dim frozen As Boolean
Dim rwTop As Integer
Dim colLeft As Integer
Dim value As Boolean
 
value = instance.ExcelSetTopLeft(sheet, frozen, rwTop, colLeft)

Parameters

sheet
Sheet index
frozen
true indicates the frozen window.
rwTop
The row top.
colLeft
The column left.
See Also