GlobalSharedGetCell Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static DataGridCell GetCell(
	DataGrid dataGrid,
	DataGridRow rowContainer,
	int column
)

Parameters

dataGrid  DataGrid
 
rowContainer  DataGridRow
 
column  Int32
 

Return Value

DataGridCell

See Also