'Usage Dim instance As SpreadChartCollection Dim chartName As String Dim value As Boolean value = instance.Contains(chartName)
Parameters
- chartName
- Name of the chart.
Return Value
true
if the chart collection contains the specified chart; otherwise, false
.