TableCell.Borders Property
In This Article
Provides access to a TableCellBorders interface that describes all the borders for the specified cell.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
TableCellBorders Borders { get; }
#Property Value
Type | Description |
---|---|
Table |
A Table |
See Also