Row.Cells Property
Returns a Cells collection that represents the table cells in a column, row, selection, or 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 Row
Dim value As Cells
value = instance.Cells
Cells Cells { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Cells