API Reference

Class

LegacyXlsWorksheetIndex

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

Represents row-block lookup metadata decoded from a BIFF Index record.

Inheritance

  • Object
  • LegacyXlsWorksheetIndex

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 LegacyXlsWorksheetIndex(Int32 firstRowIndex, Int32 rowAfterLastIndex, UInt32 reservedRecordOffset, Int32 dbCellBlockCount) #

Creates row-block lookup metadata.

Parameters

firstRowIndex System.Int32 requiredposition: 0
One-based first row covered by the indexed row block.
rowAfterLastIndex System.Int32 requiredposition: 1
One-based row after the last covered row, matching the BIFF record semantics.
reservedRecordOffset System.UInt32 requiredposition: 2
Reserved legacy stream offset field retained for diagnostics and corpus comparison.
dbCellBlockCount System.Int32 requiredposition: 3
Number of DBCell block offsets stored by the record.

Properties

public Int32 FirstRowIndex { get; } #

Gets the one-based first row covered by the indexed row block.

public Int32 RowAfterLastIndex { get; } #

Gets the one-based row after the last covered row, matching the BIFF record semantics.

public UInt32 ReservedRecordOffset { get; } #

Gets the reserved legacy stream offset field retained for diagnostics and corpus comparison.

public Int32 DbCellBlockCount { get; } #

Gets the number of DBCell block offsets stored by the record.