Cell.Row Property
Returns a Row object that represents the row containing the specified cell.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Row As Row
Get
'Usage
Dim instance As Cell
Dim value As Row
value = instance.Row
Row Row { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Row