HTMLDivisions.NestingLevel Property

Returns the nesting level of the specified HTML divisions.

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 HTMLDivisions
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.

See Also

Reference

HTMLDivisions Interface

HTMLDivisions Members

Microsoft.Office.Interop.Word Namespace