Spread Silverlight Documentation
RemoveSurfaceChart Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : RemoveSurfaceChart Method
The name.
Removes the surface chart with the specified name.
Syntax
'Declaration
 
Public Sub RemoveSurfaceChart( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As Worksheet
Dim name As System.String
 
instance.RemoveSurfaceChart(name)
public void RemoveSurfaceChart( 
   System.string name
)

Parameters

name
The name.
See Also

Reference

Worksheet Class
Worksheet Members