Exemple #1
0
        public NetOffice.ExcelApi.Module Add(object before, object after)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(before, after);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

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

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