MindFusion.Wpf Pack Programmer's Guide
Worksheet.Visible Property
See Also
 





Gets or sets a value indicating whether this worksheet is visible.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true if the worksheet is visible; otherwise, false. The default is true.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace