Skip to main content
A newer version of this page is available. .

IXlOutlineProperties Interface

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public interface IXlOutlineProperties

The following members return IXlOutlineProperties objects:

Remarks

An object exposing the IXlOutlineProperties interface is accessible via the IXlSheet.OutlineProperties property. Use the object’s members to specify the grouping direction. The IXlOutlineProperties.SummaryBelow property indicates whether the summary rows are located above or below the detail rows in an outline. The IXlOutlineProperties.SummaryRight property indicates whether the summary columns appear to the right or to the left of the detail columns in an outline.

See Also