MESCIUS SPREAD for Windows Forms 15.0J
CopyTo メソッド (ListItemCollectionInfo)

System.Collections.ICollectionの要素のコピー先となる1次元System.Array。このSystem.Arrayには0から始まるインデックスが必要です。
コピーを開始する、配列内のゼロから始まるインデックス。
GrapeCity.Documents.Excel.Encryption.DirectoryEntryCollection の要素を特定の System.Array インデックス位置から順に System.Array にコピーします。
構文
'宣言
 
Public Sub CopyTo( _
   ByVal array() As ListItemInfo, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   ListItemInfo[] array,
   int arrayIndex
)

パラメータ

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

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


© MESCIUS inc. All rights reserved.