DataGridViewCellStyle.ApplyStyle(DataGridViewCellStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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
要套用至目前 DataGridViewCellStyle 的 DataGridViewCellStyle。
例外狀況
dataGridViewCellStyle
為 null
。
備註
方法 ApplyStyle 會將 參數中 dataGridViewCellStyle
設定的屬性值套用至目前的 DataGridViewCellStyle 。 如果未在 中 dataGridViewCellStyle
設定屬性,則目前的 DataGridViewCellStyle 會保留該屬性的值。