Spread for ASP.NET 7.0 Product Documentation
Reset(FpSpread) Method
See Also  Example Support Options
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 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.