Chart.ShowWindow Property (2007 System)
Gets or sets a value that indicates if the embedded chart is displayed in a separate window.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ShowWindow As Boolean
'Usage
Dim instance As Chart
Dim value As Boolean
value = instance.ShowWindow
instance.ShowWindow = value
[BrowsableAttribute(false)]
public bool ShowWindow { get; set; }
[BrowsableAttribute(false)]
public:
property bool ShowWindow {
bool get ();
void set (bool value);
}
public function get ShowWindow () : boolean
public function set ShowWindow (value : boolean)
Property Value
Type: System.Boolean
true if the embedded chart is displayed in a separate window; otherwise, false.
Remarks
The Chart object used with this property must refer to an embedded chart.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.