Gets a value indicating whether this cell belongs to a hidden column or row.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsHidden { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsHidden As Boolean |
true if the cell belongs to a hidden column or row; otherwise, false.
See Also