Gets or sets a value indicating whether the row is hidden.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsHidden { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsHidden As Boolean |
true if the row is hidden; otherwise, false. The default is false.
See Also