Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Reset Method / Reset(SheetStyleProperty) Method
Sheet style property to reset
Example


In This Topic
    Reset(SheetStyleProperty) Method
    In This Topic
    Resets the specified property to the default setting (not set).
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Reset( _
       ByVal prop As SheetStyleProperty _
    ) 
    'Usage
     
    
    Dim instance As NamedStyle
    Dim prop As SheetStyleProperty
     
    instance.Reset(prop)
    public override void Reset( 
       SheetStyleProperty prop
    )

    Parameters

    prop
    Sheet style property to reset
    Example
    This example resets the background color to its default setting.
    See Also