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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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