[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BevelCollection.InsertRange

InsertRange Method

InsertRange(int, Bevel[])

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

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

Index at which items should be inserted.

Bevel[] items

Array of bevels.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).