Click or drag to resize

ExcelLineBaseCollapsed Property

Gets or sets whether object is collapsed in outlining.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool Collapsed { get; set; }

Property Value

Boolean
Remarks

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

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