Share via


Revision.Cells プロパティ

定義

リビジョン マークで Cells マークされているテーブル セルを表すコレクションを返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Word::Cells ^ Cells { Microsoft::Office::Interop::Word::Cells ^ get(); };
public Microsoft.Office.Interop.Word.Cells Cells { get; }
member this.Cells : Microsoft.Office.Interop.Word.Cells
Public ReadOnly Property Cells As Cells

プロパティ値

Cells

注釈

コレクションの 1 つのメンバーを返す方法については、「コレクションからオブジェクトを返す」を参照してください。

適用対象