Skip to main content
Row

Worksheet.ClearOutline() Method

Clears the outline for the specified worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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