OfficeIMO

API Reference

Class

RangeChunk

Namespace OfficeIMO.Excel.ExcelSheetReader
Assembly OfficeIMO.Excel
Modifiers sealed

Represents a rectangular block of rows produced during streaming.

Inheritance

  • Object
  • RangeChunk

Properties

public Int32 StartRow { get; } #

First row index (1-based) covered by this chunk.

public Int32 RowCount { get; } #

Number of rows in this chunk.

public Int32 StartCol { get; } #

First column index (1-based) covered by this chunk.

public Int32 ColCount { get; } #

Number of columns in this chunk.

public Object[][] Rows { get; } #

Row-major values array. Size is RowCount x ColCount.