Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / ResetAxisProperty Method
An integer value indicates the index of row or column
The to be reset


In This Topic
    ResetAxisProperty Method
    In This Topic
    Resets the axis property of specified row or column
    Syntax
    'Declaration
     
    
    Public Sub ResetAxisProperty( _
       ByVal index As Integer, _
       ByVal axisProperty As AxisProperty _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim index As Integer
    Dim axisProperty As AxisProperty
     
    instance.ResetAxisProperty(index, axisProperty)
    public void ResetAxisProperty( 
       int index,
       AxisProperty axisProperty
    )

    Parameters

    index
    An integer value indicates the index of row or column
    axisProperty
    The to be reset
    See Also