Spread WinForms 15
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)

Parameters

c
See Also