DataGridTextCell(Int32, Int32) Constructor

Creates a new DataGridTextCell object with specified row index and column index.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public DataGridTextCell(
	int nRowIndex,
	int nColumnIndex
)

Parameters

nRowIndex  Int32
Row index of the row for which this cell will display data.
nColumnIndex  Int32
Column index of the row for which this cell will display data.

See Also