Action
Makes a cell visible and SHIFT + clicks it.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
table.ExtendClickCell (cell[,iButton, cXpos, iYpos, iCount])
Variable
|
Description
|
cell
|
The cell to click in.
TABLECELL.
|
iButton
|
Optional: The mouse button to press: Windows:
1 for left (default),
2 for right, and
3 for center.
INTEGER.
|
iXpos
|
Optional: The horizontal coordinate (relative to the cell) at which to click. If you specify
iXpos, you must also specify
iYpos. The default is 0.
INTEGER.
|
iYpos
|
Optional: The vertical coordinate (relative to the cell) at which to click. If you specify
iYpos, you must also specify
iXpos. The default is 0.
INTEGER.
|
iCount
|
Optional: The number of times to click the mouse. The default is
1.
INTEGER.
|
Example
EmpForm.EmpTable.ExtendClickCell ( {2, 3} )