FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > LineSeriesCollection クラス : InsertRange メソッド |
'Declaration Public Sub InsertRange( _ ByVal index As Integer, _ ByVal items() As LineSeries _ )
'使用法 Dim instance As LineSeriesCollection Dim index As Integer Dim items() As LineSeries instance.InsertRange(index, items)
public void InsertRange( int index, LineSeries[] items )
例外 | 説明 |
---|---|
System.ArgumentNullException | itemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。 |