[]
Internal use only. Specifies the type of data model enumerator.
public enum DefaultSheetDataModel.DataModelEnumeratorType
Public Enum DefaultSheetDataModel.DataModelEnumeratorType
Name | Description |
---|---|
ErrorTexts | Enumerates cell error text. |
Formulas | Enumerates formulas. |
Notes | Enumerates cell notes. |
OldStorages | For looping on old storages: Notes, Tags, ErrorText |
RowErrorTexts | Enumerates cell row error text. |
RowFormulas | Enumerates row formulas. |
Tags | Enumerates application tags. |
Values | Enumerates values. |