FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > DetachmentCollection クラス : InsertRange メソッド |
'使用法 Dim instance As DetachmentCollection Dim index As Integer Dim items() As Single instance.InsertRange(index, items)
例外 | 説明 |
---|---|
System.ArgumentNullException | itemsがNull参照(VBではNothing)です。 |
System.ArgumentOutOfRangeException | itemsに含まれる一部の値が0未満であるか、4を超えています。 |