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





Gets or sets a value indicating whether the row 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 row is hidden; otherwise, false.

 See Also

IRowStyle Members
IRowStyle Interface
MindFusion.Spreadsheet.Wpf Namespace