Back to Devexpress

TableCell.Table Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-9fdc0db8.md

latest1.1 KB
Original Source

TableCell.Table Property

Provides access to the parent table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Table Table { get; }
vb
ReadOnly Property Table As Table

Property Value

TypeDescription
Table

A Table interface that is the table containing the current cell.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace