DataGridViewCellStyle.ApplyStyle(DataGridViewCellStyle) 方法

定义

将指定的 DataGridViewCellStyle 应用于当前 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)

参数

dataGridViewCellStyle
DataGridViewCellStyle

应用于当前 DataGridViewCellStyleDataGridViewCellStyle

例外

dataGridViewCellStylenull

注解

方法 ApplyStyle 将 参数中 dataGridViewCellStyle 设置的属性的值应用于当前 DataGridViewCellStyle。 如果未在 中 dataGridViewCellStyle设置属性,则当前 DataGridViewCellStyle 将保留该属性的值。

适用于

另请参阅