Back to Devexpress

Worksheet.OutlineOptions Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-6b44e2f5.md

latest1.6 KB
Original Source

Worksheet.OutlineOptions Property

Provides access to the group settings that control the summary row and column location.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
WorksheetOutlineOptions OutlineOptions { get; }
vb
ReadOnly Property OutlineOptions As WorksheetOutlineOptions

Property Value

TypeDescription
WorksheetOutlineOptions

A WorksheetOutlineOptions object that specifies the grouping direction.

|

Remarks

Use the OutlineOptions property to specify where your summary rows or columns are located when you outline data manually using the RowCollection.Group or ColumnCollection.Group method.

See Also

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace