[]
        
(Showing Draft Content)

Range

Class: Range

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

Properties

col

col: number;

The column index.


colCount

colCount: number;

The column count.


row

row: number;

The row count.


rowCount

rowCount: number;

The row count.