Rows.NestingLevel Property
Returns the nesting level of the specified rows.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property NestingLevel As Integer
Get
'Usage
Dim instance As Rows
Dim value As Integer
value = instance.NestingLevel
int NestingLevel { get; }
Property Value
Type: System.Int32
Remarks
The outermost table has a nesting level of 1. The nesting level of each successively nested table is one higher than the previous table.