Skip to content
Spreadsheet Engine

OutputBounds

type OutputBounds = object;

A 0-based cell rectangle, both ends inclusive: rows top..bottom and columns left..right, with (0, 0) being cell A1.

bottom: number;

left: number;

right: number;

top: number;