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