Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PageBreaks Class / GetBreak Method
An integer value indicates the axis index.


In This Topic
    GetBreak Method
    In This Topic
    Get the BreakAttributes value of the specified axis index.
    Syntax
    'Declaration
     
    
    Public Function GetBreak( _
       ByVal index As Integer _
    ) As PageBreak
    'Usage
     
    
    Dim instance As PageBreaks
    Dim index As Integer
    Dim value As PageBreak
     
    value = instance.GetBreak(index)
    public PageBreak GetBreak( 
       int index
    )

    Parameters

    index
    An integer value indicates the axis index.

    Return Value

    A BreakAttributes value represents the page break information.
    See Also