Back to Devexpress

TableCell.NestingLevel Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-03bbfb2a.md

latest1.2 KB
Original Source

TableCell.NestingLevel Property

Gets the nesting level of the table containing a current cell.

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 that contains a current cell is inserted into others.

|

See Also

NestingLevel

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace