Spread Windows Forms 12.0 Product Documentation
Reset(ICollection) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSkins Class > Reset Method : Reset(ICollection) Method
An array of sheets
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
An array of sheets
Exceptions
ExceptionDescription
No sheet collection specified or specified sheet collection is null
Example
This example resets the default skin to its default value.
FarPoint.Win.Spread.DefaultSkins.Reset(fpSpread1.Sheets[0]);
FarPoint.Win.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0))
See Also

Reference

DefaultSkins Class
DefaultSkins Members
Overload List