LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Import grafic

Dear Newsgroup,

Maybe this is a newbe problem, but I can't find a solution:

In VB.Net I can use the Method Shapes.AddPicture in this way to add a
pcx-grafic in its own proportions

sh = xl.ActiveCell.Worksheet
shps = sh.Shapes
pic = shps.AddPicture("F:\Datenbilder\Bilder\Schuhe\2501 22.pcx")

Unfortunaly (I'm working with Peter Whitechapel book) I'm using C#. Thus I
can't skip parameters!

shps.AddPicture("F:\Datenbilder\Bilder\Schuhe\2501 22.pcx",boolean, boolean,
float, float, float)

And here is my question:

I want to skip the floats! How can I do this? I can't use
System.Type.Missing or System.Reflections.Missing.Value. This cause a
compiler error!

Please help me!
Thanks
RcCluster ;-)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
import XML data...Is there a size limit on the import? MatthewG Excel Discussion (Misc queries) 0 February 10th 09 05:57 PM
How to Start Excel in Text Import Wizard for data import rlelvis Setting up and Configuration of Excel 0 July 10th 08 08:40 PM
I can import Access Tables. But, I can't import Access queries nickg420[_8_] Excel Programming 0 August 5th 04 07:46 PM
Best Course to Import XML with DTD... Vagabond Software Excel Programming 0 July 30th 04 01:07 AM
grafic symbol in cells L.Cox Excel Programming 0 January 13th 04 12:58 PM


All times are GMT +1. The time now is 06:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"