Search
IColumnStyle.IsHidden Property
See Also
 






Gets or sets a value indicating whether the column is hidden.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

Nullable<Boolean> IsHidden { get; set; }

Visual Basic  Copy Code

Property IsHidden As Nullable(Of Boolean)

 Property Value

true if the column is hidden; otherwise, false.

 See Also