Skip to main content
Row

WorksheetOutlineOptions Interface

Contains options used to specify the summary rows and columns location.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface WorksheetOutlineOptions

The following members return WorksheetOutlineOptions objects:

Remarks

An object exposing the WorksheetOutlineOptions interface is accessible via the Worksheet.OutlineOptions property. Use the object’s members to specify the grouping direction. The WorksheetOutlineOptions.SummaryRowsBelow property indicates whether the summary rows are located above or below the detail rows in an outline. The WorksheetOutlineOptions.SummaryColumnsRight property indicates whether the summary columns appear to the right or to the left of the detail columns in an outline.

See Also