Last date modified: 2025-Jul-02

Interface: CellRangeMemento

CellRangeMemento

Properties

c1?

optionalc1: number

The 0-based index of the leftmost column of the range


c2?

optionalc2: number

The 0-based index of the rightmost column of the range


offsets?

optionaloffsets: RectangleOffsets

Offsets from the cell boundary for the actual range rect


r1?

optionalr1: number

The 0-based index of the topmost row of the range


r2?

optionalr2: number

The 0-based index of the bottommost row of the range


section?

optionalsection: number

The 0-based section number for the page containing the range


sheet?

optionalsheet: number

The 0-based index of the page containing the range


type

type: "cell"

The range type ("cell")

Return to top of the page
Feedback