示例#1
0
        public NetOffice.OfficeApi.Shape Duplicate()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Duplicate", paramsArray);

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