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


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

    Parameters

    name
    The name.
    See Also