DataGridViewCellStyle.ApplyStyle(DataGridViewCellStyle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the specified DataGridViewCellStyle to the current DataGridViewCellStyle.
public:
virtual void ApplyStyle(System::Windows::Forms::DataGridViewCellStyle ^ dataGridViewCellStyle);
public virtual void ApplyStyle (System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);
abstract member ApplyStyle : System.Windows.Forms.DataGridViewCellStyle -> unit
override this.ApplyStyle : System.Windows.Forms.DataGridViewCellStyle -> unit
Public Overridable Sub ApplyStyle (dataGridViewCellStyle As 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.