Share via


Revision.Cells Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Cells As Cells
    Get
'Usage
Dim instance As Revision
Dim value As Cells

value = instance.Cells
Cells Cells { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Cells
Cells

Remarks

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

See Also

Reference

Revision Interface

Revision Members

Microsoft.Office.Interop.Word Namespace