Style.CellXf.Hidden Property

NanoXLSX

NanoXLSX

StyleCellXfHidden Property

Gets or sets whether the hidden property (used for protection or hiding of cells) will be defined in the XF entry of the style. If true, hidden will be defined

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool Hidden { get; set; }

Property Value

Type: Boolean
See Also