Spread ASP.NET 6.0 Product Documentation
Reset(FpSpread) Method
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class > Reset Method : Reset(FpSpread) Method


spread
Spread component in which to reset the active sheet

Glossary Item Box

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.