DataEntryGridManager..::..GotoCell Method
Sets grid cell focus.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public void GotoCell( DataEntryGridRow row, int columnId )
Public Sub GotoCell ( _ row As DataEntryGridRow, _ columnId As Integer _ )
public: void GotoCell( DataEntryGridRow^ row, int^ columnId )
Parameters
- columnId
- Type: Int32
The column identifier.