Search
Cell.IsHidden Property
See Also
 






Gets a value indicating whether this cell belongs to a hidden column or row.

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

 Syntax

C#  Copy Code

public bool IsHidden { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsHidden As Boolean

 Property Value

true if the cell belongs to a hidden column or row; otherwise, false.

 See Also