[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange

AddRange Method

AddRange(SubItemInfo[])

Adds subitems in the specified collection to the end of the collection.

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

A SubItemInfo array added into the collection.

AddRange(object[])

Adds subitems in the 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

An object array added into the collection.