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