FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZonesCollection Class / InternalRemoveAt Method
The zero-based index of the item to remove.

In This Topic
    InternalRemoveAt Method (ChartAlarmZonesCollection)
    In This Topic
    Removes the ChartObjectCollection<T> item at the specified index.
    Syntax
    'Declaration
     
    Protected Sub InternalRemoveAt( _
       ByVal index As Integer _
    ) 
    protected void InternalRemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also