Worksheet.ClearOutline() Method
Clears the outline for the specified worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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