Represents if the worksheet is visible.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
bool IsVisible { get; set; }
Property IsVisible As Boolean
	Get
	Set
property bool IsVisible {
	bool get ();
	void set (bool value);
}
abstract IsVisible : bool with get, set

Property Value

Boolean

See Also