Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / ResetProperty Method
Row or column index
Property to reset


In This Topic
ResetProperty Method (DefaultSheetAxisModel)
In This Topic
Resets the specified SheetAxisModel property to its default value.
Syntax
'Declaration
 
Public Overrides Sub ResetProperty( _
   ByVal index As Integer, _
   ByVal prop As SheetAxisProperty _
) 
 
'Usage
 
Dim instance As DefaultSheetAxisModel
Dim index As Integer
Dim prop As SheetAxisProperty
 
instance.ResetProperty(index, prop)

Parameters

index
Row or column index
prop
Property to reset
See Also