PowerTools MultiRow for Windows Forms 8.0J
CopyTo メソッド (ListLabelCell.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 の長さ以上です。または、ListLabelCell.ObjectCollection の要素数が、arrayIndex から destination の末尾までのスペースを超えています。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.