次の方法で共有


Table.PreferredWidthType プロパティ

定義

表の幅の測定単位を取得または設定します。

public:
 property Microsoft::Office::Interop::Word::WdPreferredWidthType PreferredWidthType { Microsoft::Office::Interop::Word::WdPreferredWidthType get(); void set(Microsoft::Office::Interop::Word::WdPreferredWidthType value); };
public Microsoft.Office.Interop.Word.WdPreferredWidthType PreferredWidthType { get; set; }
member this.PreferredWidthType : Microsoft.Office.Interop.Word.WdPreferredWidthType with get, set
Public Property PreferredWidthType As WdPreferredWidthType

プロパティ値

注釈

WdPreferredWidthType 次のいずれかの WdPreferredWidthType 定数を指定できます。

wdPreferredWidthAuto

wdPreferredWidthPercent

wdPreferredWidthPoints

適用対象