Action
Makes a row visible, and then clicks on its header.
Syntax
Datagrid.ClickRow (DataGridRow [,iButton, iXpos, iYpos, iCount])
Variable
|
Description
|
DataGridRow
|
The DataGridRow to click in.
DATAGRIDROW.
|
iButton
|
Optional: The mouse button to press (default is 1): Windows: 1 for left , 2 for right, and 3 for center.
INTEGER.
|
iXpos
|
Optional: The horizontal coordinate at which to click. If you specify
iXpos, you must also specify
iYpos. The default is 0.
INTEGER.
|
iYpos
|
Optional: The vertical coordinate 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.
|