In This Topic
Gets the panes for exporting to Excel BIFF file.
Syntax
'Declaration
Function ExcelGetPane( _
ByVal As Short, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer, _
ByRef As Integer _
) As Boolean
'Usage
Dim instance As IExcelBiffWrite
Dim sheet As Short
Dim x As Integer
Dim y As Integer
Dim rwTop As Integer
Dim colLeft As Integer
Dim activePane As Integer
Dim value As Boolean
value = instance.ExcelGetPane(sheet, x, y, rwTop, colLeft, activePane)
bool ExcelGetPane(
short ,
ref int ,
ref int ,
ref int ,
ref int ,
ref int
)
Parameters
- sheet
- Sheet index
- x
- X coordinate
- y
- Y coordinate
- rwTop
- Top row index
- colLeft
- Near (left) column index
- activePane
- Index of the active pane
See Also