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

Borders.RemoveBorders() Method

Removes all borders from a cell or cell range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void RemoveBorders()

Remarks

To remove a particular border (e.g., top, bottom, left or right) or set of borders (e.g., diagonal, inside or outside) from a cell or cell range, set the Border.LineStyle property of the corresponding border to BorderLineStyle.None. Refer to the How to: Add and Remove Cell Borders example for details.

See Also