Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Reset Method / Reset(SheetView) Method
Sheet (SheetView object) in which to reset the properties


In This Topic
    Reset(SheetView) Method
    In This Topic
    Resets the skin properties of the specified sheet to the default values.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Reset( _
       ByVal sheetView As SheetView _
    ) 
    'Usage
     
    
    Dim sheetView As SheetView
     
    DefaultSkins.Reset(sheetView)
    public static void Reset( 
       SheetView sheetView
    )

    Parameters

    sheetView
    Sheet (SheetView object) in which to reset the properties
    See Also