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

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 ItemTemplateInfo, _
   ByVal index As Integer _
) 
public void CopyTo( 
   ItemTemplateInfo[] array,
   int index
)

パラメータ

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

ItemTemplateCollectionInfo クラス
ItemTemplateCollectionInfo メンバ

 

 


© MESCIUS inc. All rights reserved.