PowerTools MultiRow for Windows Forms 8.0J
AddRange メソッド (ColumnFooterSectionCollection)

ColumnFooterSectionCollectionに追加するColumnFooterSectionオブジェクトの配列。
指定したColumnFooterSectionオブジェクトをコレクションに追加します。
構文
Public Sub AddRange( _
   ByVal footers() As ColumnFooterSection _
) 
public void AddRange( 
   ColumnFooterSection[] footers
)

パラメータ

footers
ColumnFooterSectionCollectionに追加するColumnFooterSectionオブジェクトの配列。
例外
例外解説
System.NotSupportedExceptionColumnFooterSectionCollectionが読み取り専用です。
System.ArgumentNullExceptionfootersがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentExceptionfootersにnull 参照 (Visual Basicでは Nothing)が含まれます。
参照

ColumnFooterSectionCollection クラス
ColumnFooterSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.