API Reference
Class
LegacyXlsDataConsolidationName
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
- recordType System.UInt16
- name System.String
- sourceKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDataConsolidationSourceKind
- source System.String
- unusedByteCount System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.