Spread for ASP.NET 7.0 Product Documentation
ExcludeContents Enumeration
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : ExcludeContents Enumeration


Glossary Item Box

Specifies a value that indicates whether a property is ignored when iterating through rows via the next non empty logic.

Syntax

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

Members

MemberDescription
FormulaIgnores formulas
NoneNo object is ignored
NoteIgnores notes
TagIgnores tags

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Model.ExcludeContents

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.