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


In This Topic
    DefaultSheetDataModel.DataModelEnumeratorType Enumeration
    In This Topic
    Internal use only. Specifies the type of data model enumerator.
    Syntax
    'Declaration
     
    
    Public Enum DefaultSheetDataModel.DataModelEnumeratorType 
       Inherits System.Enum
    public enum DefaultSheetDataModel.DataModelEnumeratorType : System.Enum 
    Members
    MemberDescription
    ErrorTextsEnumerates cell error text.
    FormulasEnumerates formulas.
    NotesEnumerates cell notes.
    OldStoragesFor looping on old storages: Notes, Tags, ErrorText
    RowErrorTextsEnumerates cell row error text.
    RowFormulasEnumerates row formulas.
    TagsEnumerates application tags.
    ValuesEnumerates values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Model.DefaultSheetDataModel.DataModelEnumeratorType

    See Also