Range.Cells Property

Returns a Cells collection that represents the table cells in a range.

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 Range
Dim value As Cells

value = instance.Cells
Cells Cells { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Cells

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace