PowerTools MultiRow for Windows Forms 8.0J
CopyTo メソッド (ComboBoxCell.ObjectCollection)

内容をコピーするコピー先配列。
コピー先配列の、コピーを開始する要素のインデックス。
コレクション全体を既存のオブジェクト配列の指定した位置にコピーします。
構文
Public Sub CopyTo( _
   ByVal destination() As Object, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   object[] destination,
   int arrayIndex
)

パラメータ

destination
内容をコピーするコピー先配列。
arrayIndex
コピー先配列の、コピーを開始する要素のインデックス。
例外
例外解説
System.ArgumentNullExceptiondestinationがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeExceptionarrayIndexが0未満か、destinationの長さ以上です。または、ComboBoxCell.ObjectCollectionの要素数が、arrayIndexからdestinationの末尾までのスペースを超えています。
参照

ComboBoxCell.ObjectCollection クラス
ComboBoxCell.ObjectCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.