Chart.ShowWindow Property (2003 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 (in Microsoft.Office.Tools.Excel.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; }
Property Value
Type: System.Boolean
true if the embedded chart is displayed in a separate window; otherwise, false.
Remarks
The Microsoft.Office.Interop.Excel.Chart object used with this property must refer to an embedded chart.
Permissions
- 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.