Back to Devexpress

TableCell.Row Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-46a49ada.md

latest1.1 KB
Original Source

TableCell.Row Property

Gets the row to which the current cell belongs.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableRow Row { get; }
vb
ReadOnly Property Row As TableRow

Property Value

TypeDescription
TableRow

A TableRow interface that provides access to the table row.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace