Revision.Cells Property

Definition

Returns a Cells collection that represents the table cells that have been marked with revision marks. Read-only.

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

Property Value

Cells

Remarks

For information about returning a single member of a collection, see Returning an Object from a Collection

Applies to