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

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

パラメータ

headers
ColumnHeaderSectionCollectionに追加するColumnHeaderSectionオブジェクトの配列。
例外
例外解説
System.NotSupportedExceptionColumnHeaderSectionCollectionが読み取り専用です。
System.ArgumentNullExceptionheadersがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentExceptionheadersにnull 参照 (Visual Basicでは Nothing)が含まれます。
参照

ColumnHeaderSectionCollection クラス
ColumnHeaderSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.