GlobalSharedSelectCellByIndex Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static void SelectCellByIndex(
	DataGrid dataGrid,
	int rowIndex,
	int columnIndex
)

Parameters

dataGrid  DataGrid
 
rowIndex  Int32
 
columnIndex  Int32
 

See Also