ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / CustomFilterOperatorCollection Class / InsertRange Method

In This Topic
    InsertRange Method (CustomFilterOperatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of CustomFilterOperator) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<CustomFilterOperator> collection
    )

    Parameters

    index
    collection
    See Also