Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ExcludeContents Enumeration


In This Topic
    ExcludeContents Enumeration
    In This Topic
    Specifies a value that indicates whether a property is ignored when iterating through rows via the next non-empty logic.
    Syntax
    'Declaration
     
    
    Public Enum ExcludeContents 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ExcludeContents
    public enum ExcludeContents : System.Enum 
    Members
    MemberDescription
    ErrorTextIgnores error text
    FormulaIgnores formulas
    NoneNo object is ignored
    NoteIgnores notes
    TagIgnores tags
    Inheritance Hierarchy

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

    See Also