Interface AutoFillRange

Provide the starting point and amount of an Autofill. Note - The direction is determined as a separate argument.

interface AutoFillRange {
    amount: number;
    template: CellRangeCoords;
}

Properties

Properties

amount: number

Param: direction

Param: amount

must be greater than 0. If the value is zero then it will use the top/left value of the template and fill in that direction

template: CellRangeCoords