Search
Row.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

public bool IsHidden { get; set; }

Visual Basic  Copy Code

Public Property IsHidden As Boolean

 Property Value

true if the row is hidden; otherwise, false. The default is false.

 See Also