TableCell.Wrap 屬性

定義

取得或設定值,指出儲存格的內容是否換行。

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

屬性值

Boolean

如果儲存格內容在儲存格中換行,則為 true,否則為 false。 預設為 true

屬性

備註

Wrap使用 屬性來指定或判斷儲存格的內容是否包裝在儲存格中。

適用於

另請參閱