update.positions: Update positions

Description Usage Arguments Details Value

Description

Method update selection positions in the document.

Usage

1
2
## S3 method for class 'positions'
update(positions, index, row, column)

Arguments

positions

List of documents positions/ranges.

index

Index to the list - element to update

row

new last row of the index selection (will be incermented by 1)

column

new last column of the index selection (will be incermented by 1)

Details

The function of the method is to keep track of changes and movement of the rows and columns in the documemnt when selections are shrinked or expanded.

Value

Updated list of positions


sfr/snippets-addin documentation built on May 29, 2019, 8:02 p.m.