API Reference

Class

XlsbPreservedRecordInfo

Namespace OfficeIMO.Excel.Xlsb
Assembly OfficeIMO.Excel
Modifiers sealed

Describes one BIFF12 record retained for fidelity but not projected into the normal workbook model.

Inheritance

  • Object
  • XlsbPreservedRecordInfo

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

Properties

public String PartName { get; } #

Gets the package part containing the record.

public Int32 RecordType { get; } #

Gets the BIFF12 record type.

public Int64 Offset { get; } #

Gets the record offset within the binary part.

public Int32 PayloadLength { get; } #

Gets the record payload length.