TableItemStyle.Wrap 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出儲存格內容是否在儲存格中換行。
public:
virtual property bool Wrap { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public virtual bool Wrap { get; set; }
public virtual bool Wrap { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Wrap : bool with get, set
member this.Wrap : bool with get, set
Public Overridable Property Wrap As Boolean
屬性值
如果儲存格內容在儲存格中換行,則為 true
,否則為 false
。 預設為 true
。
- 屬性
備註
Wrap使用 屬性來指定或判斷儲存格的內容是否換行。
此屬性的值會儲存在檢視狀態中。