GetFocusCell Function (DataGrid)

Class

DataGrid.

Action

Returns the cell in a grid that has focus.

Syntax

DataGridCell = Datagrid.GetFocusCell ()
Variable Description
DataGridCell The DataGridCell to locate. DATAGRIDCELL.

Note

GetFocusCell raises the exception E_NO_FOCUS_CELL if no cells in the grid have the focus.