IXlSheet.CurrentOutlineLevel Property
Gets the outline level of the currently generated group.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v26.1.Core.dll
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