Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableCell.Borders Property

Provides access to a TableCellBorders interface that describes all the borders for the specified cell.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TableCellBorders Borders { get; }

Property Value

Type Description
TableCellBorders

A TableCellBorders interface specifying all the cell borders.

See Also