[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange

AddRange Method

AddRange(ListItemInfo[])

Adds a range of items of the specified collection to the end of the collection.

Declaration
public void AddRange(ListItemInfo[] items)
Public Sub AddRange(items As ListItemInfo())
Parameters
Type Name Description
ListItemInfo[] items

A specified collection added into the collection.

AddRange(string[])

Adds text of the specified collection to the end of the collection.

Declaration
public void AddRange(string[] texts)
Public Sub AddRange(texts As String())
Parameters
Type Name Description
string[] texts

A specified collection added into the collection.