[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandLinks.AddRange

AddRange Method

Adds the elements of an ICollection to the end.

Declaration
public override void AddRange(ICollection c)
Public Overrides Sub AddRange(c As ICollection)
Parameters
Type Name Description
ICollection c
Overrides

Adds the elements of an ICollection to the end.

Declaration
public void AddRange(C1CommandLink[] links)
Public Sub AddRange(links As C1CommandLink())
Parameters
Type Name Description
C1CommandLink[] links