Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / AddRange Method


In This Topic
    AddRange Method (Rows)
    In This Topic
    Not supported (throws InvalidOperationException).
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddRange( _
       ByVal c As ICollection _
    ) 
    'Usage
     
    
    Dim instance As Rows
    Dim c As ICollection
     
    instance.AddRange(c)
    public virtual void AddRange( 
       ICollection c
    )

    Parameters

    c
    See Also