ExcelChartSeriesCollectionRemoveSeries Method (String) |
Removes the series with the specified name from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void RemoveSeries(
string seriesName
)
Public Sub RemoveSeries (
seriesName As String
)
Parameters
- seriesName
- Type: SystemString
The name of the series to be removed.
See Also