| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Sub Reset( _ ByVal sheets As ICollection _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim sheets As ICollection DefaultSkins.Reset(sheets) | |
| C# | |
|---|---|
public static void Reset( ICollection sheets ) | |
Parameters
- sheets
- Array of sheets (SheetView objects)
| Exception | Description |
|---|---|
| System.ArgumentNullException | No sheet collection specified or specified sheet collection is null |
This example resets the skin to its default values.
| C# | Copy Code |
|---|---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0)); | |
| Visual Basic | Copy Code |
|---|---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.Sheets(0)) | |
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6