Selection.Cells Property

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

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

value = instance.Cells
Cells Cells { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Cells

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace