DataGridCell Constructor (Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the DataGridCell class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- r
-
Type:
System::Int32
The number of a row in the System.Windows.Forms::DataGrid.
- c
-
Type:
System::Int32
The number of a column in the System.Windows.Forms::DataGrid.
The following example creates a DataGridCell and sets the new instance to the CurrentCell of a System.Windows.Forms::DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: