absDeselectCellsInList
absDeselectCellsInList(cellNameList)=>integer
Description
Deselects a list of cells that are not adjacent to each other in the Cell pane.
Arguments
|
Specifies a space-separated list of cell names to be deselected. |
Value Returned
|
Returns the number of cells that Abstract Generator deselects. |
Example
Deselects cell1, cell2, cell6 and cell9.
absDeselectCellsInList "cell1 cell2 cell6 cell9"
=> 4
Related Topics
Return to top