PowerTools ActiveReports for .NET 9.0J
CopyTo メソッド (SectionCollection)

コピー先のSection。

コピーの開始位置となる、Sectionのインデックス番号。

レポートから、指定したSectionに項目をコピーします。コピーはSection内の指定されたインデックス位置から開始します。
構文
'宣言
 
Public Sub CopyTo( _
   ByVal sections() As Section, _
   ByVal index As Integer _
) 
public void CopyTo( 
   Section[] sections,
   int index
)

パラメータ

sections
コピー先のSection。
index

コピーの開始位置となる、Sectionのインデックス番号。

参照

関連項目

SectionCollection クラス
SectionCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.