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

absDeselectCellFrom

absDeselectCellFrom(
from
to
)
=> integer

Description

Deselects a range of cells. The deselection is done 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 deselected.

Arguments

from

Specifies the first cell to be deselected in the range.

to

Specifies the last cell to be deselected in the range.

Value Returned

integer

Returns the number of cells that Abstract Generator deselects.

Example

Deselects all cells in the range of ABC1 to ABC9.

absDeselectCellFrom "ABC1" "ABC9"
=> 2

Related Topics

Cell Preferences for Abstract Generation


Return to top
 ⠀
X