Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / RemoveInternal Method
The chart.


In This Topic
    RemoveInternal Method
    In This Topic
    Removes the internal.
    Syntax
    'Declaration
     
    
    Public Sub RemoveInternal( _
       ByVal chart As SpreadChart _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim chart As SpreadChart
     
    instance.RemoveInternal(chart)
    public void RemoveInternal( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also