示例#1
0
        public NetOffice.ExcelApi.Picture Insert(string filename)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(filename);
            object   returnItem  = Invoker.MethodReturn(this, "Insert", paramsArray);

            NetOffice.ExcelApi.Picture newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.Picture.LateBindingApiWrapperType) as NetOffice.ExcelApi.Picture;
            return(newObject);
        }
示例#2
0
        public NetOffice.ExcelApi.Picture Paste()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Paste", paramsArray);

            NetOffice.ExcelApi.Picture newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.Picture.LateBindingApiWrapperType) as NetOffice.ExcelApi.Picture;
            return(newObject);
        }
示例#3
0
        public NetOffice.ExcelApi.Picture Add(Double left, Double top, Double width, Double height)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(left, top, width, height);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

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