GrapeCity SPREAD for WPF 2.0J
AddRange メソッド (SpreadCollection<T>)

SpreadCollection<T> の最後に追加する要素を含むコレクション。
指定したコレクションの要素を SpreadCollection<T> の最後に追加します。
構文
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of T) _
) 
public void AddRange( 
   IEnumerable<T> collection
)

パラメータ

collection
SpreadCollection<T> の最後に追加する要素を含むコレクション。
例外
例外説明
System.ArgumentNullExceptioncollection null です。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.