'Usage
Dim instance As ChartCollection Dim chartName As String Dim value As Boolean value = instance.Contains(chartName)
Parameters
- chartName
- The name of the Chart that should be in the ChartCollection.
Return Value
Returns true if the Chart is in the ChartCollection; returns false otherwise.