Worksheet.Column.IsHidden Property

PicoXLSX

PicoXLSX

WorksheetColumnIsHidden Property

If true, the column is hidden, otherwise visible

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool IsHidden { get; set; }

Property Value

Type: Boolean
See Also