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