PowerTools MultiRow for Windows Forms 8.0J
AddRange メソッド (RadioGroupCell.StringCollection)

Listの末尾に追加する文字列を含む文字列コレクション。文字列コレクション自体はnull 参照 (Visual Basicでは Nothing)にできませんが、null 参照 (Visual Basicでは Nothing)である要素を格納することはできます。
指定した文字列コレクションの文字列をRadioGroupCell.StringCollectionの末尾に追加します。
構文
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of String) _
) 
public void AddRange( 
   IEnumerable<string> collection
)

パラメータ

collection
Listの末尾に追加する文字列を含む文字列コレクション。文字列コレクション自体はnull 参照 (Visual Basicでは Nothing)にできませんが、null 参照 (Visual Basicでは Nothing)である要素を格納することはできます。
例外
例外解説
System.ArgumentNullExceptioncollectionがnull 参照 (Visual Basicでは Nothing)です。
参照

RadioGroupCell.StringCollection クラス
RadioGroupCell.StringCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.