Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

TableCellBorders Interface

Contains characteristics for cell borders.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public interface TableCellBorders

Remarks

Use the TableCell.Borders property to get access to the TableCellBorders instance.

See Also