Skip to main content
A newer version of this page is available. .

IXlSheet.CurrentOutlineLevel Property

Gets the outline level of the currently generated group.

Namespace: DevExpress.Export.Xl

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

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