Back to Devexpress

TableCell.Borders Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-4b533e3c.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCellBorders Borders { get; }
vb
ReadOnly Property Borders As TableCellBorders

Property Value

TypeDescription
TableCellBorders

A TableCellBorders interface specifying all the cell borders.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace