Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Reset Method / Reset(ICollection) Method
Array of sheets (SheetView objects)


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

    Parameters

    sheets
    Array of sheets (SheetView objects)
    Exceptions
    ExceptionDescription
    No sheet collection specified or specified sheet collection is null
    See Also