[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange

AddRange Method

AddRange(SideButtonBase[])

Copies the elements of the specified array to the end of the collection.

Declaration
public void AddRange(SideButtonBase[] value)
Public Sub AddRange(value As SideButtonBase())
Parameters
Type Name Description
SideButtonBase[] value

An array of type SideButtonBase that contains the objects to add to the collection.

AddRange(IList<SideButtonBase>)

Adds the contents of another IList<T> to the end of the collection.

Declaration
public void AddRange(IList<SideButtonBase> value)
Public Sub AddRange(value As IList(Of SideButtonBase))
Parameters
Type Name Description
IList<SideButtonBase> value

An IList<T> that contains the objects to add to the collection.