Example #1
0
        public NetOffice.OfficeApi.IMsoTrendline Add(NetOffice.OfficeApi.Enums.XlTrendlineType type, object order, object period, object forward, object backward, object intercept, object displayEquation, object displayRSquared)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, order, period, forward, backward, intercept, displayEquation, displayRSquared);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.OfficeApi.IMsoTrendline newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OfficeApi.IMsoTrendline.LateBindingApiWrapperType) as NetOffice.OfficeApi.IMsoTrendline;
            return(newObject);
        }
Example #2
0
        public NetOffice.OfficeApi.IMsoTrendline Add(NetOffice.OfficeApi.Enums.XlTrendlineType type, object order, object period)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, order, period);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

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