Spread ASP.NET 6.0 Product Documentation
ResetOption Enumeration
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ResetOption Enumeration


Glossary Item Box

Specifies whether the rules or a particular rule should reset before testing the next rule.

Syntax

Visual Basic (Declaration) 
Public Enum ResetOption 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ResetOption
C# 
public enum ResetOption : System.Enum 

Members

MemberDescription
All[2] Resets all the rules
Current[1] Resets the current rule
None[0] Never resets the rule(s)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.ResetOption

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.