[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StripeCollection.InsertRange

InsertRange Method

InsertRange(int, Stripe[])

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

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

Index at which items should be inserted.

Stripe[] items

Array of Stripes.

Exceptions
Type Condition
ArgumentNullException

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