Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / SetPageBreaks Method
GrapeCity Spread
Index of the sheet


In This Topic
    SetPageBreaks Method
    In This Topic
    Sets the page breaks.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPageBreaks( _
       ByVal spread As IExcelRead, _
       ByVal ctColBreaks As CT_PageBreak, _
       ByVal ctRowBreaks As CT_PageBreak, _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim spread As IExcelRead
    Dim ctColBreaks As CT_PageBreak
    Dim ctRowBreaks As CT_PageBreak
    Dim sheetIndex As Short
     
    SheetViewSynchronizer.SetPageBreaks(spread, ctColBreaks, ctRowBreaks, sheetIndex)
    public static void SetPageBreaks( 
       IExcelRead spread,
       CT_PageBreak ctColBreaks,
       CT_PageBreak ctRowBreaks,
       short sheetIndex
    )

    Parameters

    spread
    GrapeCity Spread
    ctColBreaks
    ctRowBreaks
    sheetIndex
    Index of the sheet
    See Also