Link Search Menu Expand Document

ColumnHidden Property

Gets or sets indicating that the column is hidden.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool Hidden { get; set; }

Property Value

Type: Boolean
true if this column is hidden; otherwise, false.

Implements

IColumnHidden
See Also

Reference