In This Topic
Removes the chart with specified name.
Syntax
'Declaration
Public Sub RemoveChart( _
ByVal As String _
)
'Usage
Dim instance As Worksheet
Dim name As String
instance.RemoveChart(name)
public void RemoveChart(
string
)
Parameters
- name
- The name.
See Also