DataGridViewCell.Resizable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指出儲存格是否可以調整大小的值。
public:
virtual property bool Resizable { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Resizable { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Resizable : bool
Public Overridable ReadOnly Property Resizable As Boolean
屬性值
如果可以調整儲存格的大小,則為 true
,否則為 false
。
- 屬性
備註
屬性的值 Resizable 是由儲存格的父資料列或資料行所設定。