[]
Determines whether the chart collection contains a specified chart.
public bool Contains(SpreadChart chart)
Public Function Contains(chart As SpreadChart) As Boolean
Type | Name | Description |
---|---|---|
SpreadChart | chart | The chart to locate in the chart collection. The value can be null. |
Type | Description |
---|---|
bool |
|
Determines whether the chart collection contains the specified chart.
public bool Contains(string chartName)
Public Function Contains(chartName As String) As Boolean
Type | Name | Description |
---|---|---|
string | chartName | Name of the chart. |
Type | Description |
---|---|
bool |
|