API Reference

Class

LegacyXlsWorksheetMetadataRecord

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

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

Inheritance

  • Object
  • LegacyXlsWorksheetMetadataRecord

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

Creates a worksheet metadata provenance record.

Parameters

kind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsWorksheetMetadataKind 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 LegacyXlsWorksheetMetadataKind 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.