Search
ColumnRange.IsHidden Property
See Also
 






Gets or sets a value indicating whether the columns in the range are hidden.

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

 Syntax

C#  Copy Code

public Nullable<Boolean> IsHidden { get; set; }

Visual Basic  Copy Code

Public Property IsHidden As Nullable(Of Boolean)

 Property Value

true if all columns in the range are hidden; otherwise false or null (Nothing in Visual Basic).

 Remarks

If the columns have different or default values, this property returns null (Nothing in Visual Basic).

 See Also