DataGridCell(Int32, Int32) Constructor

Initializes a new instance of the DataGridCell class.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public DataGridCell(
	int aRowNumber,
	int aColumnNumber
)

Parameters

aRowNumber  Int32
The number of a row in the DataGrid.
aColumnNumber  Int32
The number of a column in the DataGrid.

See Also