|
Select, Cell / Unselect, Cell |
This function selects a cell. This is not used very often in scripting but is included for completeness of the documentation because the interactive usage can generate this script item and, as such, can show up in a saved project.
Syntax:Select, Cell, tildeDelimitedIndexes Unselect, Cell, tildeDelimitedIndexes Parameters:tildeDelimitedIndexes - a numerical row index and column index separate by the tilde (~) character Example:Select,Cell,0~3 Selects the cell in the first row, 4th column (indexes are zero-based) |