[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.InsertRange

InsertRange Method

InsertRange(int, float[])

Inserts an array of Single values into the collection at the specified index.

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

Index at which items should be inserted.

float[] items

Array of Single values.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).

ArgumentOutOfRangeException

some value in items is less than zero or is greater than 4.