DataGridViewCellStyle.ApplyStyle(DataGridViewCellStyle) Method

Definition

Applies the specified DataGridViewCellStyle to the current DataGridViewCellStyle.

C#
public virtual void ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);

Parameters

dataGridViewCellStyle
DataGridViewCellStyle

The DataGridViewCellStyle to apply to the current DataGridViewCellStyle.

Exceptions

dataGridViewCellStyle is null.

Remarks

The ApplyStyle method applies the values of the properties that are set in the dataGridViewCellStyle parameter to the current DataGridViewCellStyle. If a property is not set in dataGridViewCellStyle, the current DataGridViewCellStyle retains its value of that property.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also