[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange

AddRange Method

AddRange(ListItem[])

Adds some items of specified collection to the end of the collection.

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

A specified collection added into the collection.

AddRange(string[])

Add some texts of 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 add into the collection.