Example #1
0
        public NetOffice.WordApi.OMathFunction Add(NetOffice.WordApi.Range range, NetOffice.WordApi.Enums.WdOMathFunctionType type, object numArgs)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(range, type, numArgs);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.WordApi.OMathFunction newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.OMathFunction.LateBindingApiWrapperType) as NetOffice.WordApi.OMathFunction;
            return(newObject);
        }
Example #2
0
 public NetOffice.WordApi.OMathFunction Add(NetOffice.WordApi.Range range, NetOffice.WordApi.Enums.WdOMathFunctionType type, object numArgs)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.OMathFunction>(this, "Add", NetOffice.WordApi.OMathFunction.LateBindingApiWrapperType, range, type, numArgs));
 }
Example #3
0
 public virtual NetOffice.WordApi.OMathFunction Add(NetOffice.WordApi.Range range, NetOffice.WordApi.Enums.WdOMathFunctionType type, object numArgs)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.OMathFunction>(this, "Add", typeof(NetOffice.WordApi.OMathFunction), range, type, numArgs));
 }