IXlSheet.OutlineProperties Property
In This Article
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 |
---|---|
IXl |
An IXl |
#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