Gets or sets a value indicating whether the rows in the range are hidden.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> IsHidden { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsHidden As Nullable(Of Boolean) |
true if all rows in the range are hidden; otherwise false or null (Nothing in Visual Basic).
RemarksIf the rows have different or default values, this property returns null (Nothing in Visual Basic).
See Also