PowerTools InputMan for ASP.NET 8.0J
AddRange メソッド (SelectionCollection)

選択日付の配列(GrapeCity.Web.Input.Core.DateTimeEx 型)
SelectionCollectionコレクションの末尾に選択日付(配列)を追加します。
構文
Public Sub AddRange( _
   ByVal dates() As DateTimeEx _
) 
public void AddRange( 
   DateTimeEx[] dates
)

パラメータ

dates
選択日付の配列(GrapeCity.Web.Input.Core.DateTimeEx 型)
解説
選択日付を1つずつ登録する場合は、Add(Object)メソッドを使用します。インデックスを指定して追加する場合は、Insert(Int32,Object)メソッドを使ってください。また、選択日付の削除は、Remove(Object)RemoveAt、またはClearのいずれかのメソッドを使用します。
参照

SelectionCollection クラス
SelectionCollection メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.