GrapeCity SPREAD for Windows Forms 11.0J
CopyTo メソッド (ListColumnCollectionInfo)


System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
コピーを開始する、配列内のゼロから始まるインデックス。
System.Collections.ICollectionの要素を、System.Arrayの特定のSystem.Arrayインデックス以降にコピーします。
構文
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ListColumnInfo, _
   ByVal arrayIndex As Integer _
) 
'使用法
 
Dim instance As ListColumnCollectionInfo
Dim array() As ListColumnInfo
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   ListColumnInfo[] array,
   int arrayIndex
)

パラメータ

array
System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
arrayIndex
コピーを開始する、配列内のゼロから始まるインデックス。
参照

ListColumnCollectionInfo クラス
ListColumnCollectionInfo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.