[]
        
(Showing Draft Content)

FarPoint.Win.Chart.StringCollection.InsertRange

InsertRange Method

InsertRange(int, string[])

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

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

Index at which items should be inserted.

string[] items

Array of string values.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).