DataGridViewCellStyle Constructor (DataGridViewCellStyle^)
.NET Framework (current version)
Initializes a new instance of the DataGridViewCellStyle class using the property values of the specified DataGridViewCellStyle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataGridViewCellStyle
-
Type:
System.Windows.Forms::DataGridViewCellStyle^
The DataGridViewCellStyle used as a template to provide initial property values.
| Exception | Condition |
|---|---|
| ArgumentNullException | dataGridViewCellStyle is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: