DataGridViewCellStyle Constructor (DataGridViewCellStyle^)

 

Initializes a new instance of the DataGridViewCellStyle class using the property values of the specified DataGridViewCellStyle.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridViewCellStyle(
	DataGridViewCellStyle^ dataGridViewCellStyle
)

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
Return to top
Show: