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

定義

このメンバーの詳細については、「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

Object に追加する TableRowGroupCollection

戻り値

新しい要素が挿入された位置。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、TableRowGroupCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。 代わりに、タイプ セーフ Add メソッドを使用します。

適用対象