[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.AddRange

AddRange Method

AddRange(SubItem[])

Add some SubItems of specified collection to the end of the collection.

Declaration
public void AddRange(SubItem[] subItems)
Public Sub AddRange(subItems As SubItem())
Parameters
Type Name Description
SubItem[] subItems

A SubItem array added into the collection.

AddRange(object[])

Add some SubItems of specified collection to the end of the collection.

Declaration
public void AddRange(object[] subItems)
Public Sub AddRange(subItems As Object())
Parameters
Type Name Description
object[] subItems

A object array added into the collection.