absMoveSelectedCellsToBin
absMoveSelectedCellsToBin(name)=>integer
Description
Moves any currently selected cells to a named bin. This can be one of the five system bins or a user-defined bin.
Arguments
|
Specifies the name of the bin to which the selected cell(s) are to be moved. |
Value Returned
Example
Moves the selected cells to the IO bin and returns the number of cells moved, which is two in this case.
absMoveSelectedCellsToBin "IO"
=> 2
Related Topics
Return to top