次の方法で共有


TextFrame.Column プロパティ

定義

指定した TextColumn2 テキスト フレームの列を表す オブジェクトを取得します。

public:
 property Microsoft::Office::Core::TextColumn2 ^ Column { Microsoft::Office::Core::TextColumn2 ^ get(); };
public Microsoft.Office.Core.TextColumn2 Column { get; }
member this.Column : Microsoft.Office.Core.TextColumn2
Public ReadOnly Property Column As TextColumn2

プロパティ値

TextColumn2指定したテキスト フレームの列を表す オブジェクト。

注釈

読み取り専用です。

適用対象