RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..GotoCell Method

Goes to the cell.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.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

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.