Resets the skin properties of the specified sheet to the default values.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Sub Reset( _
ByVal sheetView As SheetView _
) |
Parameters
- sheetView
- Sheet (SheetView object) in which to reset the properties
Example
This example resets the skin to its default values.
C# | Copy Code |
---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.ActiveSheetView);
|
Visual Basic | Copy Code |
---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.ActiveSheetView) |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also