Gets or sets a value indicating whether the row is hidden.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<Boolean> IsHidden { get; set; } |
Visual Basic
Copy Code
|
|---|
Property IsHidden As Nullable(Of Boolean) |
true if the row is hidden; otherwise, false.
See Also