Skip to main content

IXlSheet.OutlineProperties Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#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