Example #1
0
        public Int32 EndConnect(NetOffice.ExcelApi.Shape connectedShape, Int32 connectionSite)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(connectedShape, connectionSite);
            object   returnItem  = Invoker.MethodReturn(this, "EndConnect", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Example #2
0
        public NetOffice.ExcelApi.Shape ConvertToShape()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "ConvertToShape", paramsArray);

            NetOffice.ExcelApi.Shape newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.Shape.LateBindingApiWrapperType) as NetOffice.ExcelApi.Shape;
            return(newObject);
        }
Example #3
0
        public NetOffice.ExcelApi.Shape CreatePivotChart(object chartDestination, object xlChartType, object left)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(chartDestination, xlChartType, left);
            object   returnItem  = Invoker.MethodReturn(this, "CreatePivotChart", paramsArray);

            NetOffice.ExcelApi.Shape newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.Shape.LateBindingApiWrapperType) as NetOffice.ExcelApi.Shape;
            return(newObject);
        }
Example #4
0
 public void EndConnect(NetOffice.ExcelApi.Shape connectedShape, Int32 connectionSite)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(connectedShape, connectionSite);
     Invoker.Method(this, "EndConnect", paramsArray);
 }
 public void EndConnect(NetOffice.ExcelApi.Shape connectedShape, Int32 connectionSite)
 {
     Factory.ExecuteMethod(this, "EndConnect", connectedShape, connectionSite);
 }
 public Int32 EndConnect(NetOffice.ExcelApi.Shape connectedShape, Int32 connectionSite)
 {
     return(Factory.ExecuteInt32MethodGet(this, "EndConnect", connectedShape, connectionSite));
 }