Spread for ASP.NET 7.0 Product Documentation
Reset(SheetView) Method
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class > Reset Method : Reset(SheetView) Method


sheetView
Sheet (SheetView object) in which to reset the properties

Glossary Item Box

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 _
) 
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
 
DefaultSkins.Reset(sheetView)
C# 
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.
C#Copy Code
FarPoint.Web.Spread.DefaultSkins.Reset(FpSpread1.ActiveSheetView);
Visual BasicCopy Code
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.