API Reference

Enum

LegacyXlsCompoundFeatureEntryRole

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classifies preserve-only compound directory entries discovered in a legacy XLS OLE container.

Inheritance

  • Enum
  • LegacyXlsCompoundFeatureEntryRole

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyXlsCompoundFeatureEntryRole Unknown #

The entry role could not be classified more specifically.

Value: 0
public const LegacyXlsCompoundFeatureEntryRole VbaProjectStorage #

The entry is the root VBA project storage.

Value: 1
public const LegacyXlsCompoundFeatureEntryRole VbaStorage #

The entry is the VBA storage under the project.

Value: 2
public const LegacyXlsCompoundFeatureEntryRole VbaDirStream #

The entry is the VBA dir stream.

Value: 3
public const LegacyXlsCompoundFeatureEntryRole VbaProjectStream #

The entry is a VBA project metadata stream.

Value: 4
public const LegacyXlsCompoundFeatureEntryRole VbaModuleStream #

The entry is a VBA module, sheet, class, or ThisWorkbook stream.

Value: 5
public const LegacyXlsCompoundFeatureEntryRole OleObjectPoolStorage #

The entry is the root OLE object pool storage.

Value: 6
public const LegacyXlsCompoundFeatureEntryRole OleNativeStream #

The entry is an OLE native payload stream.

Value: 7
public const LegacyXlsCompoundFeatureEntryRole OleStream #

The entry is an OLE payload stream.

Value: 8
public const LegacyXlsCompoundFeatureEntryRole OleObjectStorage #

The entry is an embedded OLE object storage.

Value: 9
public const LegacyXlsCompoundFeatureEntryRole DigitalSignatureStream #

The entry is a CryptoAPI digital signature stream.

Value: 10
public const LegacyXlsCompoundFeatureEntryRole DigitalSignatureStorage #

The entry is a CryptoAPI digital signature storage.

Value: 11
public const LegacyXlsCompoundFeatureEntryRole XmlDigitalSignatureStorage #

The entry is an XML digital signature storage.

Value: 12
public const LegacyXlsCompoundFeatureEntryRole XmlDigitalSignatureStream #

The entry is an XML digital signature stream.

Value: 13