Spread for ASP.NET 9.0 Product Documentation
Reset(FpSpread) Method
Example 


Spread component in which to reset the active sheet
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)
public static void Reset( 
   FpSpread spread
)

Parameters

spread
Spread component in which to reset the active sheet
Example
This example resets the skin to its default values.
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1);
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1)
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSkins Class
DefaultSkins Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.