Resets the skin properties of the active sheet in the specified Spread component to the default values.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shared Sub Reset( _
ByVal spread As FpSpread _
) |
Parameters
- spread
- Spread component in which to reset the active sheet
Example
This example resets the skin to its default values.
| C# | Copy Code |
|---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1);
|
| Visual Basic | Copy Code |
|---|
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1) |
Requirements
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
See Also