API Reference

Enum

LegacyXlsExternalNameBodyKind

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

Identifies the BIFF body shape represented by an ExternName record.

Inheritance

  • Enum
  • LegacyXlsExternalNameBodyKind

Usage

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

Values

public const LegacyXlsExternalNameBodyKind Unknown #

The body shape could not be determined from the supporting link and flags.

Value: 0
public const LegacyXlsExternalNameBodyKind ExternalDefinedName #

The body describes an external defined name.

Value: 1
public const LegacyXlsExternalNameBodyKind AddInUdf #

The body describes an add-in user-defined function reference.

Value: 2
public const LegacyXlsExternalNameBodyKind OleDataItem #

The body describes an OLE linked item.

Value: 4
public const LegacyXlsExternalNameBodyKind DdeLinkNoOper #

The body describes a DDE linked item without operation data.

Value: 5