Click or drag to resize

ExcelLineBaseOutlineLevel Property

Gets or sets outline level.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public int OutlineLevel { get; set; }

Property Value

Int32
Remarks

Allows you to create hierarchical groups. A number of consecutive objects (rows or columns) with the same value of this parameter belong to the same group. The default value is zero, grouping isn't performed.

If you want outline group to be collapsed, you need to set three properties:

OutlineLevel property needs to be set to correct outline level.

All rows in the collapsed group Hidden property needs to be set to true.

The row where collapsed (plus) sign is located Collapsed property needs to be set to true.

See Also