Range
type Range = { bottom: number; left: number; right: number; top: number;};Represents a rectangular range with coordinates
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
bottom | number | Bottom row index |
left | number | Left column index |
right | number | Right column index |
top | number | Top row index |