Skip to main content

TableCellBorders Interface

Contains characteristics for cell borders.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public interface TableCellBorders

The following members return TableCellBorders objects:

Remarks

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

See Also