Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetPane Method
Sheet index
X coordinate
Y coordinate
Top row index
Near (left) column index
Index of the active pane


In This Topic
    ExcelGetPane Method
    In This Topic
    Gets the panes for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetPane( _
       ByVal sheet As Short, _
       ByRef x As Integer, _
       ByRef y As Integer, _
       ByRef rwTop As Integer, _
       ByRef colLeft As Integer, _
       ByRef activePane 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 sheet,
       ref int x,
       ref int y,
       ref int rwTop,
       ref int colLeft,
       ref int activePane
    )

    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