Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.DataModelEnumeratorType Enumeration


DefaultSheetDataModel.DataModelEnumeratorType Enumeration
Internal use only. Specifies the type of data model enumerator.
Syntax
'Declaration
 
Public Enum DefaultSheetDataModel.DataModelEnumeratorType 
   Inherits 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