Spread for ASP.NET 11 Product Documentation
Reset(ICollection) Method
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class > Reset Method : Reset(ICollection) Method
Array of sheets (SheetView objects)
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
Example
This example resets the skin to its default values.
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0));
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0))
See Also

Reference

DefaultSkins Class
DefaultSkins Members
Overload List