API Reference

Enum

LegacyXlsDataConsolidationSourceKind

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

Identifies the workbook source shape carried by a legacy XLS DConRef record.

Inheritance

  • Enum
  • LegacyXlsDataConsolidationSourceKind

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

The source string did not carry a recognized DConFile prefix.

Value: 0
public const LegacyXlsDataConsolidationSourceKind ExternalVirtualPath #

The source string points at an external virtual path.

Value: 1
public const LegacyXlsDataConsolidationSourceKind SelfReference #

The source string points at a sheet in the current workbook.

Value: 2