Spread for ASP.NET 8.0 Product Documentation
Reset(SheetView) Method
Example 


Sheet (SheetView object) in which to reset the properties
Resets the skin properties of the specified sheet to the default values.
Syntax
'Declaration
 
Public Overloads Shared Sub Reset( _
   ByVal sheetView As SheetView _
) 
'Usage
 
Dim sheetView As SheetView
 
DefaultSkins.Reset(sheetView)
public static void Reset( 
   SheetView sheetView
)

Parameters

sheetView
Sheet (SheetView object) in which to reset the properties
Example
This example resets the skin to its default values.
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.ActiveSheetView);
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.ActiveSheetView)
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

Reference

DefaultSkins Class
DefaultSkins Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.