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 會保留該屬性的值。

適用於

另請參閱