[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.InsertRange

InsertRange Method

InsertRange(int, Light[])

Inserts an array of lights into the collection at the specified index.

Declaration
public void InsertRange(int index, Light[] items)
Public Sub InsertRange(index As Integer, items As Light())
Parameters
Type Name Description
int index

Index at which items should be inserted.

Light[] items

Array of lights.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB) or some items[i] is a null reference (nothing in VB).