Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetPane Method
Sheet index


In This Topic
    ExcelSetPane Method (IExcelBiffRead)
    In This Topic
    PANE - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetPane( _
       ByVal sheet As Short, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal rwTop As Integer, _
       ByVal colLeft As Integer, _
       ByVal pnnAct As Integer, _
       ByVal isPanesFrozen 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)

    Parameters

    sheet
    Sheet index
    x
    y
    rwTop
    colLeft
    pnnAct
    isPanesFrozen
    See Also