FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetProperty Method
Style property to reset


In This Topic
ResetProperty Method (NamedStyle)
In This Topic
Resets the specified property to the default setting (not set).
Syntax
'Declaration
 
Public Overrides Sub ResetProperty( _
   ByVal styleProperty As SheetStyleProperty _
) 
 
'Usage
 
Dim instance As NamedStyle
Dim styleProperty As SheetStyleProperty
 
instance.ResetProperty(styleProperty)

Parameters

styleProperty
Style property to reset
See Also