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: 7.0.0
Syntax
public void RemoveChart(
	string chartWorksheetName
)

Parameters

chartWorksheetName
Type: SystemString
The name of the chart worksheet to be removed from collection.
See Also