Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / GetPanes Method
GrapeCity Spread
Index of the sheet
ct sheetview


In This Topic
    GetPanes Method
    In This Topic
    Gets the panes.
    Syntax
    'Declaration
     
    
    Public Shared Sub GetPanes( _
       ByVal spread As IExcelWrite, _
       ByVal sheetIndex As Short, _
       ByVal ctSheetview As CT_SheetView _
    ) 
    'Usage
     
    
    Dim spread As IExcelWrite
    Dim sheetIndex As Short
    Dim ctSheetview As CT_SheetView
     
    SheetViewSynchronizer.GetPanes(spread, sheetIndex, ctSheetview)
    public static void GetPanes( 
       IExcelWrite spread,
       short sheetIndex,
       CT_SheetView ctSheetview
    )

    Parameters

    spread
    GrapeCity Spread
    sheetIndex
    Index of the sheet
    ctSheetview
    ct sheetview
    See Also