DataGridTextCell(Int32, Int32) Constructor
Creates a new
DataGridTextCell object with specified row index and column
index.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public DataGridTextCell(
int nRowIndex,
int nColumnIndex
)
Public Sub New (
nRowIndex As Integer,
nColumnIndex As Integer
)
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.