absSelectCellsInList
absSelectCellsInList(cellNameList)=>integer
Description
Selects 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 selected. |
Value Returned
|
Returns the number of cells that Abstract Generator selects. |
Examples
Selects the cells cell1, cell2, cell6, and cell9, makes them current in Abstract Generator, and returns 4 as the number of the cells that Abstract Generator selects.
absSelectCellsInList "cell1 cell2 cell6 cell9"
=> 4
Related Topics
Return to top