In This Topic
PANE - Excel Biff Record
Syntax
'Declaration
Function ExcelSetPane( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim x As Integer
Dim y As Integer
Dim rwTop As Integer
Dim colLeft As Integer
Dim pnnAct As Integer
Dim isPanesFrozen As Boolean
Dim value As Boolean
value = instance.ExcelSetPane(sheet, x, y, rwTop, colLeft, pnnAct, isPanesFrozen)
bool ExcelSetPane(
short ,
int ,
int ,
int ,
int ,
int ,
bool
)
Parameters
- sheet
- Sheet index
- x
- y
- rwTop
- colLeft
- pnnAct
- isPanesFrozen
See Also