[]
Determines whether the chart collection contains the specified chart.
public bool Contains(string chartID)
Public Function Contains(chartID As String) As Boolean
Type | Name | Description |
---|---|---|
string | chartID | ID of the chart. |
Type | Description |
---|---|
bool |
|
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. |
Type | Description |
---|---|
bool |
|