Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / InsertRange Method


In This Topic
    InsertRange Method (TouchStripCollection)
    In This Topic
    This function is not supported and it should not be called directly from your code.
    Syntax
    'Declaration
     
    
    Public Shadows Sub InsertRange( _
       ByVal index As Integer, _
       ByVal collection As IEnumerable(Of TouchStrip) _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
    Dim collection As IEnumerable(Of TouchStrip)
     
    instance.InsertRange(index, collection)
    public new void InsertRange( 
       int index,
       IEnumerable<TouchStrip> collection
    )

    Parameters

    index
    collection
    See Also