MESCIUS SPREAD for Windows Forms 17.0J
CopyTo メソッド (SubItemCollection)

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

パラメータ

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

SubItemCollection クラス
SubItemCollection メンバ

 

 


© MESCIUS inc. All rights reserved.