[]
        
(Showing Draft Content)

C1.Win.C1Command.C1Commands.SetRange

SetRange Method

SetRange(int, ICollection)

Copies the elements of a collection over a range of elements.

Declaration
public override void SetRange(int index, ICollection c)
Parameters
Type Name Description
int index
ICollection c
Overrides