Skip to main content

IXlSheet.CurrentOutlineLevel Property

Gets the outline level of the currently generated group.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

int CurrentOutlineLevel { get; }

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