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


In This Topic
    AddRange 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 AddRange( _
       ByVal collection As IEnumerable(Of TouchStrip) _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim collection As IEnumerable(Of TouchStrip)
     
    instance.AddRange(collection)
    public new void AddRange( 
       IEnumerable<TouchStrip> collection
    )

    Parameters

    collection
    See Also