API Reference

Class

LegacyXlsWorkbookMetadataRecord

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

Records the source BIFF record for decoded workbook-level legacy metadata.

Inheritance

  • Object
  • LegacyXlsWorkbookMetadataRecord

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 LegacyXlsWorkbookMetadataRecord(LegacyXlsWorkbookMetadataKind kind, Int32 recordOffset, UInt16 recordType) #

Creates a workbook metadata provenance record.

Parameters

kind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsWorkbookMetadataKind requiredposition: 0
Decoded metadata kind.
recordOffset System.Int32 requiredposition: 1
Byte offset of the source BIFF record.
recordType System.UInt16 requiredposition: 2
BIFF record type identifier.

Properties

public LegacyXlsWorkbookMetadataKind Kind { get; } #

Gets the decoded metadata kind.

public Int32 RecordOffset { get; } #

Gets the byte offset of the source BIFF record.

public UInt16 RecordType { get; } #

Gets the BIFF record type identifier.