API Reference

Enum

LegacyXlsCompoundFeatureEntryObjectType

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

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.

Accepted by parameters

Values

public const LegacyXlsCompoundFeatureEntryObjectType Unknown #

The entry object type is not known.

Value: 0
public const LegacyXlsCompoundFeatureEntryObjectType Storage #

The entry is an OLE compound storage.

Value: 1
public const LegacyXlsCompoundFeatureEntryObjectType Stream #

The entry is an OLE compound stream.

Value: 2
public const LegacyXlsCompoundFeatureEntryObjectType RootStorage #

The entry is the root OLE compound storage.

Value: 5