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


In This Topic
    Insert 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 Insert( _
       ByVal index As Integer, _
       ByVal item As TouchStrip _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
    Dim item As TouchStrip
     
    instance.Insert(index, item)
    public new void Insert( 
       int index,
       TouchStrip item
    )

    Parameters

    index
    item
    See Also