Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Reset Method / Reset(FpSpread) Method
Spread component in which to reset the active sheet


In This Topic
Reset(FpSpread) Method
In This Topic
Resets the skin properties of the active sheet in the specified Spread component to the default values.
Syntax
'Declaration
 
Public Overloads Shared Sub Reset( _
   ByVal spread As FpSpread _
) 
 
'Usage
 
Dim spread As FpSpread
 
DefaultSkins.Reset(spread)

Parameters

spread
Spread component in which to reset the active sheet
See Also