GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > ComboBoxCell.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の長さ以上です。または、ComboBoxCell.ObjectCollectionの要素数が、arrayIndexからdestinationの末尾までのスペースを超えています。 |