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