Spread Windows Forms 12.0 Product Documentation
Remove Method (SpreadChartCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChartCollection Class : Remove Method
The chart.
Removes the specified chart.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal chart As SpreadChart _
) 
'Usage
 
Dim instance As SpreadChartCollection
Dim chart As SpreadChart
 
instance.Remove(chart)
public void Remove( 
   SpreadChart chart
)

Parameters

chart
The chart.
See Also

Reference

SpreadChartCollection Class
SpreadChartCollection Members