Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PageBreaks Class / SetBreak Method
An integer value indicates the axis index.
A breakAttributes value indicates the page break information.


In This Topic
    SetBreak Method
    In This Topic
    Set the page break information for the specified axis index.
    Syntax
    'Declaration
     
    
    Public Sub SetBreak( _
       ByVal index As Integer, _
       ByVal breakAttributes As PageBreak _
    ) 
    'Usage
     
    
    Dim instance As PageBreaks
    Dim index As Integer
    Dim breakAttributes As PageBreak
     
    instance.SetBreak(index, breakAttributes)
    public void SetBreak( 
       int index,
       PageBreak breakAttributes
    )

    Parameters

    index
    An integer value indicates the axis index.
    breakAttributes
    A breakAttributes value indicates the page break information.
    See Also