Spread WinForms 15
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)

Parameters

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