API Reference
Class
LegacyXlsWorksheetIndex
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
- Property LegacyXlsWorksheet.RowBlockIndex
Constructors
public LegacyXlsWorksheetIndex(Int32 firstRowIndex, Int32 rowAfterLastIndex, UInt32 reservedRecordOffset, Int32 dbCellBlockCount) #Creates row-block lookup metadata.
Parameters
- firstRowIndex System.Int32
- One-based first row covered by the indexed row block.
- rowAfterLastIndex System.Int32
- One-based row after the last covered row, matching the BIFF record semantics.
- reservedRecordOffset System.UInt32
- Reserved legacy stream offset field retained for diagnostics and corpus comparison.
- dbCellBlockCount System.Int32
- Number of DBCell block offsets stored by the record.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.