Beispiel #1
0
        public NetOffice.MSFormsApi.Tab _Insert(string bstrName, string bstrCaption, Int32 lIndex)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrName, bstrCaption, lIndex);
            object   returnItem  = Invoker.MethodReturn(this, "_Insert", paramsArray);

            NetOffice.MSFormsApi.Tab newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Tab.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Tab;
            return(newObject);
        }
Beispiel #2
0
        public NetOffice.MSFormsApi.Tab Add()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSFormsApi.Tab newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Tab.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Tab;
            return(newObject);
        }
Beispiel #3
0
        public NetOffice.MSFormsApi.Tab Add(object bstrName, object bstrCaption)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrName, bstrCaption);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSFormsApi.Tab newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Tab.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Tab;
            return(newObject);
        }
Beispiel #4
0
        public NetOffice.MSFormsApi.Tab _GetItemByName(string bstr)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstr);
            object   returnItem  = Invoker.MethodReturn(this, "_GetItemByName", paramsArray);

            NetOffice.MSFormsApi.Tab newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Tab.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Tab;
            return(newObject);
        }