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

IXlSheet.OutlineProperties Property

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

Namespace: DevExpress.Export.Xl

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

Declaration

IXlOutlineProperties OutlineProperties { get; }

Property Value

Type Description
IXlOutlineProperties

An IXlOutlineProperties object that specifies the grouping direction.

Remarks

Use the OutlineProperties property to specify where your summary rows or columns are located when you create an outline using the IXlSheet.BeginGroup and IXlSheet.EndGroup method pair.

See Also