[Missing <summary> documentation for P:Microsoft.Office.Interop.Excel._Application.Visible]

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
bool Visible { get; set; }
Visual Basic (Declaration)
Property Visible As Boolean
Visual C++
property bool Visible {
	bool get ();
	void set (bool value);
}

See Also