Back to Devexpress

Worksheet.ClearOutline() Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-541a4d65.md

latest1.3 KB
Original Source

Worksheet.ClearOutline() Method

Clears the outline for the specified worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void ClearOutline()
vb
Sub 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

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace