API Reference

Class

LegacyXlsDataConsolidationName

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a BIFF DConName record that points a consolidation source at a defined name.

Inheritance

  • Object
  • LegacyXlsDataConsolidationName

Usage

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

Returned or exposed by

Constructors

public LegacyXlsDataConsolidationName(Int32 recordOffset, UInt16 recordType, String name, LegacyXlsDataConsolidationSourceKind sourceKind, String source, Int32 unusedByteCount) #

Creates decoded DConName metadata.

Parameters

recordOffset System.Int32 requiredposition: 0
recordType System.UInt16 requiredposition: 1
name System.String requiredposition: 2
sourceKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDataConsolidationSourceKind requiredposition: 3
source System.String requiredposition: 4
unusedByteCount System.Int32 requiredposition: 5

Properties

public Int32 RecordOffset { get; } #

Gets the byte offset of the DConName BIFF record.

public UInt16 RecordType { get; } #

Gets the BIFF record type.

public String Name { get; } #

Gets the workbook or external defined-name reference.

public LegacyXlsDataConsolidationSourceKind SourceKind { get; } #

Gets the decoded source workbook shape.

public String Source { get; } #

Gets the external source string, or an empty string for workbook-scoped names.

public Int32 UnusedByteCount { get; } #

Gets the count of unused trailing bytes after the DConName payload.