Back to Devexpress

Table.NestingLevel Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-752a6ed9.md

latest1.5 KB
Original Source

Table.NestingLevel Property

Gets the nesting level of the current table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int NestingLevel { get; }
vb
ReadOnly Property NestingLevel As Integer

Property Value

TypeDescription
Int32

An integer that indicates how deep the table is inserted into others.

|

Remarks

A table that has no nesting tables has a nesting level of 0.

The outermost table has a nesting level of 0. The nesting level of each successively nested table is one higher than the previous table.

Use the Table.ParentCell property to get access to a cell of an outer table containing the current table.

See Also

ParentCell

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace