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

TableStyleElement.Borders Property

Specifies the borders for the table element cells.

Namespace: DevExpress.Spreadsheet

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

Declaration

Borders Borders { get; }

Property Value

Type Description
Borders

A Borders object that provides access to the borders of a cell or cell range contained in the table element.

See Also