IXlSheet.CurrentOutlineLevel Property
Gets the outline level of the currently generated group.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer that is the outline level of the current group. |
Remarks
The CurrentOutlineLevel property returns 0 if no group is being generated.
See Also