次の方法で共有


Rows.WrapAroundText プロパティ

定義

指定した行の周囲にテキストを折り返す必要があるかどうかを判断します。

public:
 property int WrapAroundText { int get(); void set(int value); };
public int WrapAroundText { get; set; }
member this.WrapAroundText : int with get, set
Public Property WrapAroundText As Integer

プロパティ値

注釈

指定した行の折り返しが有効になっている場合だけは wdUndefined を返します。

プロパティは True または False に設定できます。

WrapAroundText プロパティを False に設定すると、AllowOverlapプロパティも False に設定されますWrapAroundText プロパティを True に設定も オーバー のプロパティを True に設定します。

適用対象