Spread for ASP.NET 12 Product Documentation
ResetProperty Method (BaseSheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > BaseSheetAxisModel Class : ResetProperty Method
Row or column index
Property to reset
Resets a specified field of a SheetAxisProperty object to its default value. (This implementation does nothing.)
Syntax
'Declaration
 
Public Overridable Sub ResetProperty( _
   ByVal index As Integer, _
   ByVal prop As SheetAxisProperty _
) 
'Usage
 
Dim instance As BaseSheetAxisModel
Dim index As Integer
Dim prop As SheetAxisProperty
 
instance.ResetProperty(index, prop)
public virtual void ResetProperty( 
   int index,
   SheetAxisProperty prop
)

Parameters

index
Row or column index
prop
Property to reset
See Also

Reference

BaseSheetAxisModel Class
BaseSheetAxisModel Members