Ejemplo n.º 1
0
        public NetOffice.MSProjectApi.Shape AddChart(Int32 style, NetOffice.OfficeApi.Enums.XlChartType type, Single left, Single top, Single width, Single height)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(style, type, left, top, width, height);
            object   returnItem  = Invoker.MethodReturn(this, "AddChart", paramsArray);

            NetOffice.MSProjectApi.Shape newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSProjectApi.Shape.LateBindingApiWrapperType) as NetOffice.MSProjectApi.Shape;
            return(newObject);
        }
Ejemplo n.º 2
0
        public NetOffice.OfficeApi.Shape AddChart2(Int32 style, NetOffice.OfficeApi.Enums.XlChartType type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(style, type);
            object   returnItem  = Invoker.MethodReturn(this, "AddChart2", paramsArray);

            NetOffice.OfficeApi.Shape newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OfficeApi.Shape.LateBindingApiWrapperType) as NetOffice.OfficeApi.Shape;
            return(newObject);
        }
Ejemplo n.º 3
0
 public virtual void ApplyCustomType(NetOffice.OfficeApi.Enums.XlChartType chartType)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ApplyCustomType", chartType);
 }
Ejemplo n.º 4
0
 public Int32 ApplyCustomType(NetOffice.OfficeApi.Enums.XlChartType chartType)
 {
     return(Factory.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }
Ejemplo n.º 5
0
 public void ApplyCustomType(NetOffice.OfficeApi.Enums.XlChartType chartType)
 {
     Factory.ExecuteMethod(this, "ApplyCustomType", chartType);
 }
Ejemplo n.º 6
0
 public virtual Int32 ApplyCustomType(NetOffice.OfficeApi.Enums.XlChartType chartType)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }