MindFusion.Wpf Pack Programmer's Guide
RowRange.IsHidden Property
See Also
 





Gets or sets a value indicating whether the rows 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 rows in the range are hidden; otherwise false or null (Nothing in Visual Basic).

 Remarks

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

 See Also

RowRange Members
RowRange Class
MindFusion.Spreadsheet.Wpf Namespace