DataGridBoolCell(Int32, Int32, Boolean) Constructor

Initializes a new instance of the DataGridBoolCell class.

Definition

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

Parameters

aRowNumber  Int32
The number of a row in the DataGrid.
aColumnNumber  Int32
The number of a column in the DataGrid.
bValue  Boolean
The value of this cell.

See Also