ClickCellButton Method (DataGrid)

Class

DataGrid.

Action

Makes a cell visible, and then clicks the button in the cell.

Syntax

Datagrid.ClickCellButton (DataGridCell [, iXpos, iYpos])
Variable Description
DataGridCell The DataGridCell to click make visible and click. DATAGRIDCELL.
iXpos Optional: The horizontal coordinate at which to click. If you specify iXpos, you must also specify iYpos. The default is the center of the cell. INTEGER.
iYpos Optional: The vertical coordinate at which to click. If you specify iYpos, you must also specify iXpos. The default is the center of the cell. INTEGER.