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