GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > ListBoxCell.ObjectCollection クラス : CopyTo メソッド |
Public Sub CopyTo( _ ByVal destination() As Object, _ ByVal arrayIndex As Integer _ )
public void CopyTo( object[] destination, int arrayIndex )
例外 | 解説 |
---|---|
System.ArgumentNullException | destination が null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentOutOfRangeException | arrayIndex が 0 未満か、destination の長さ以上です。または、ListBoxCell.ObjectCollection の要素数が、arrayIndex から destination の末尾までのスペースを超えています。 |