GridColumnStylesCollection.IList.Add(Object) メソッド

定義

コレクションにオブジェクトを追加します。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

パラメーター

value
Object

コレクションに追加するオブジェクト。 値として null を指定できます。

戻り値

Int32

値が追加された位置のインデックス。

実装

例外

valueDataGridColumnStyle にキャストできません。

適用対象