Gets or sets a value indicating whether the columns in the range are hidden.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Nullable<Boolean> IsHidden { get; set; } |
Visual Basic
![]() |
---|
Public Property IsHidden As Nullable(Of Boolean) |
true if all columns in the range are hidden; otherwise false or null (Nothing in Visual Basic).
If the columns have different or default values, this property returns null (Nothing in Visual Basic).
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |