absSelectCell( name ) => 0 / 1
absSelectCell(
name
)
Selects a single named cell.
Specifies the name of the cell to be selected.
0
An error is encountered.
1
The function executes successfully.
Selects cell1.
cell1
absSelectCell "cell1"=> 1
Selecting Cells Based on a Criteria in Abstract Generator