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

Worksheet.ClearOutline() Method

Clears the outline for the specified worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

void ClearOutline()

Remarks

When you call the ClearOutline method, all outlines of columns and rows specified in a worksheet will be deleted.

To remove an outline for the specified columns, use the ColumnCollection.ClearOutline method. To remove an outline of rows, call the RowCollection.ClearOutline method.

See Also