Back to Devexpress

Table.Borders Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-fe0466a0.md

latest1.2 KB
Original Source

Table.Borders Property

Provides access to the TableBorders interface exposing borders assigned to a table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
TableBorders

A TableBorders interface providing access to table borders.

|

See Also

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace