ExcelChartSeriesCollectionRemoveSeries(String) Method |
Removes the series with the specified name from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemoveSeries(
string seriesName
)
Public Sub RemoveSeries (
seriesName As String
)
Parameters
- seriesName String
- The name of the series to be removed.
See Also