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


In This Topic
    Reset(Int32) Method
    In This Topic
    Resets the page break at the specified axis index.
    Syntax
    'Declaration
     
    
    Public Sub Reset( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As PageBreaks
    Dim index As Integer
     
    instance.Reset(index)
    public void Reset( 
       int index
    )

    Parameters

    index
    An integer value indicates the axis index.
    See Also