API Reference

Enum

LegacyXlsExternalReferenceKind

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

Identifies the supporting-link category represented by a legacy XLS SupBook record.

Inheritance

  • Enum
  • LegacyXlsExternalReferenceKind

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 LegacyXlsExternalReferenceKind Unknown #

The supporting-link kind could not be classified by this import phase.

Value: 0
public const LegacyXlsExternalReferenceKind Self #

The supporting link references the current workbook.

Value: 1
public const LegacyXlsExternalReferenceKind SameSheet #

The supporting link references the same sheet.

Value: 2
public const LegacyXlsExternalReferenceKind ExternalWorkbook #

The supporting link references an external workbook.

Value: 3
public const LegacyXlsExternalReferenceKind AddIn #

The supporting link references an Excel add-in function source.

Value: 4
public const LegacyXlsExternalReferenceKind DdeOrOle #

The supporting link references a DDE or OLE data source.

Value: 5
public const LegacyXlsExternalReferenceKind Unused #

The supporting link is an unused placeholder.

Value: 6