Represents a range, which is described by the row index, column index, row count, and column count.

Hierarchy

  • Range

Properties

Properties

row: number

The row count.

col: number

The column index.

rowCount: number

The row count.

colCount: number

The column count.