Back to Devexpress

TableBorders Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-5f041e22.md

latest1.3 KB
Original Source

TableBorders Interface

Contains characteristics for table borders.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface TableBorders
vb
<ComVisible(True)>
Public Interface TableBorders

The following members return TableBorders objects:

Remarks

Use the Table.Borders property to get access to the TableBorders instance.

See Also

TableBorders Members

DevExpress.XtraRichEdit.API.Native Namespace