Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveChart Method
The name.


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

    Parameters

    name
    The name.
    See Also