Click or drag to resize

ExcelChartWorksheetsCollectionRemoveChart Method

Removes the chart worksheet with the specified name from collection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void RemoveChart(
	string chartWorksheetName
)

Parameters

chartWorksheetName  String
The name of the chart worksheet to be removed from collection.
See Also