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
Value Returned
|
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
Return to top