Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

absSelectCellFrom

absSelectCellFrom(
from
to
)
=> integer

Description

Selects a range of cells. The selection is made from top to bottom starting from the from cell. The from cell should be above the to cell the Cell pane, otherwise all cells listed after from are selected.

Arguments

from

Specifies the first cell to be selected in the range.

to

Specifies the last cell to be selected in the range.

Value Returned

integer

Returns the number of cells that Abstract Generator selects.

Example

Selects all cells in the range from ABC1 through ABC9 and returns the number of cells selected.

absSelectCellFrom "ABC1" "ABC9"
=> 2

Related Topics

Selecting Cells Based on a Criteria in Abstract Generator


Return to top
 ⠀
X