[To be supplied.]
[Visual Basic] Overloads Sub Insert( _ ByVal p As TreePosition, _ ByVal obj As Object, _ ByVal type As Type _ ) [C#] void Insert( TreePosition p, object obj, Type type ); [C++] void Insert( TreePosition p, Object* obj, Type* type ) = 0; [JScript] function Insert( p : TreePosition, obj : Object, type : Type );
IDataEditor Interface | IDataEditor Members | System.Data Namespace | IDataEditor.Insert Overload List