GetFocusRow Function (DataGrid)

Class

DataGrid.

Action

Returns the row in a grid that has focus.

Syntax

DataGridRow = Datagrid.GetFocusRow ()
Variable Description
DataGridRow The DataGridRow to locate. DATAGRIDROW.

Note

GetFocusRow raises the exception E_NO_FOCUS_ROW if no rows in the grid have the focus.