Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am working in c# and I am trying to set the HeaderImage of a worksheet. I have tried several methods: Excel.PageSetup pageSetup = (Excel.PageSetup)xlSheet.PageSetup; pageSetup.LeftHeaderPicture.Filename = @"C:\image.gif"; as well as: Bitmap bitmap = new "); pageSetup.LeftHeaderPicture = bitmap; neither of these seem to work. There is very little documentation on this feature, can anyone help? Cheers Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change from left-to-right as default setting | Setting up and Configuration of Excel | |||
How to make a cell appear in upper left (top left) corner of works | Excel Programming | |||
Setting left position works in XL 2k and 2002 but.. | Excel Programming | |||
Error Setting Excel's Application.Left Property | Excel Programming | |||
Setting bkcolor on active cell when left mouse doubleclikked | Excel Programming |