API Reference
Enum
LegacyXlsCompoundFeatureEntryObjectType
Identifies the OLE compound directory object type behind a preserve-only XLS feature entry.
Inheritance
- Enum
- LegacyXlsCompoundFeatureEntryObjectType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsCompoundFeatureEntryInfo.ObjectType
- Field LegacyXlsCompoundFeatureEntryObjectType.RootStorage
- Field LegacyXlsCompoundFeatureEntryObjectType.Storage
- Field LegacyXlsCompoundFeatureEntryObjectType.Stream
- Field LegacyXlsCompoundFeatureEntryObjectType.Unknown
- Property LegacyXlsCompoundFeatureRecord.EntryObjectTypes
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsCompoundFeatureEntryObjectType Unknown #The entry object type is not known.
Value:
0public const LegacyXlsCompoundFeatureEntryObjectType Storage #The entry is an OLE compound storage.
Value:
1public const LegacyXlsCompoundFeatureEntryObjectType Stream #The entry is an OLE compound stream.
Value:
2public const LegacyXlsCompoundFeatureEntryObjectType RootStorage #The entry is the root OLE compound storage.
Value:
5