Tables.NestingLevel Property 

Returns the nesting level of the specified tables.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim tables1 As Tables

Dim returnValue As Integer
returnValue = tables1.NestingLevel

Syntax

ReadOnly Property NestingLevel() As Integer
int NestingLevel {get;}
property Int32 NestingLevel{
    Int32 get();
}
public int get_NestingLevel();
function get NestingLevel() : int;

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Tables Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Tables Members