Cell.RowIndex Property
Returns the number of the row that contains the specified cell.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property RowIndex As Integer
Get
'Usage
Dim instance As Cell
Dim value As Integer
value = instance.RowIndex
int RowIndex { get; }
Property Value
Type: System.Int32