_Chart.ShowWindow Property
True if the embedded chart is displayed in a separate window. The Chart object used with this property must refer to an embedded chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowWindow As Boolean
Get
Set
'Usage
Dim instance As _Chart
Dim value As Boolean
value = instance.ShowWindow
instance.ShowWindow = value
bool ShowWindow { get; set; }
Property Value
Type: System.Boolean