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


コレクション内の系列のコピー先の1次元配列。
コピーを開始する、arrayの0から始まるインデックス。
コレクション内の系列を、配列の指定した配列インデックス以降にコピーします。
構文
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As BoxWhiskerSeries, _
   ByVal arrayIndex As Integer _
) 
'使用法
 
Dim instance As BoxWhiskerSeriesCollection
Dim array() As BoxWhiskerSeries
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   BoxWhiskerSeries[] array,
   int arrayIndex
)

パラメータ

array
コレクション内の系列のコピー先の1次元配列。
arrayIndex
コピーを開始する、arrayの0から始まるインデックス。
参照

BoxWhiskerSeriesCollection クラス
BoxWhiskerSeriesCollection メンバ

 

 


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