[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.InsertRange

InsertRange Method

InsertRange(int, Fill[])

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

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

Index at which items should be inserted.

Fill[] items

Array of fills.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).