PowerTools InputMan for ASP.NET 8.0J
Add(String) メソッド

項目の内容(String 型)
ComboItemCollectionコレクションの末尾に項目を追加します。
構文
Public Overloads Function Add( _
   ByVal text As String _
) As Integer
public int Add( 
   string text
)

パラメータ

text
項目の内容(String 型)

戻り値の型

ComboItemCollectionの総数を示す整数値。
解説
複数の項目を一度に登録する場合は、GrapeCity.Web.Input.Core.ListBox.BaseItemCollection`1.AddRange(T[])メソッドを使用します。 インデックスを指定して追加する場合は、Insertメソッドを使ってください。 また、項目の削除は、RemoveRemoveAt、またはClearのいずれかのメソッドを使用します。
参照

ComboItemCollection クラス
ComboItemCollection メンバ
オーバーロード一覧

 

 


© 2005-2015 GrapeCity inc. All rights reserved.