Revision.Cells Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection