Skip to main content
Row

TableStyleElement.Borders Property

Specifies borders for the table element cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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