Click or drag to resize

ExcelLineBaseHidden Property

Gets or sets whether excel object is hidden.

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

Property Value

Boolean
Remarks

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