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

TableCellBorders.Left Property

Provides access to an object specifying line properties associated with the left border of a cell.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

TableCellBorder Left { get; }

Property Value

Type Description
TableCellBorder

A TableCellBorder object that specifies characteristics of the table border.

See Also