API Reference
Class
RangeChunk
Represents a rectangular block of rows produced during streaming.
Inheritance
- Object
- RangeChunk
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
Inherited Methods
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.