# Range

## Content

# Class: Range

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

## Properties

### col

```ts
col: number;
```

The column index.

***

### colCount

```ts
colCount: number;
```

The column count.

***

### row

```ts
row: number;
```

The row count.

***

### rowCount

```ts
rowCount: number;
```

The row count.
