Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have applied background picture for the sheet. I would like to check whether sheet has background or not. How do I do it using excel object model in c#. Sheela |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Adapt the technique discussed in:
http://msdn.microsoft.com/en-us/libr...re(VS.80).aspx -- Gary''s Student - gsnu200802 "Sheela" wrote: Hi, I have applied background picture for the sheet. I would like to check whether sheet has background or not. How do I do it using excel object model in c#. Sheela |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I want to get the background, not to set the background!!!! Sheela "Gary''s Student" wrote: Adapt the technique discussed in: http://msdn.microsoft.com/en-us/libr...re(VS.80).aspx -- Gary''s Student - gsnu200802 "Sheela" wrote: Hi, I have applied background picture for the sheet. I would like to check whether sheet has background or not. How do I do it using excel object model in c#. Sheela |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am not sure how well c# can control Excel. From VBA you can:
1. open the Excel file 2. save the file as a web page This will produce an HTML file and an associated folder. The folder will contain pictures that are difficult to capture otherwise. For example, worksheet background pictures and pictures embedded in headers and footers. -- Gary''s Student - gsnu200802 "Sheela" wrote: Hi, I want to get the background, not to set the background!!!! Sheela "Gary''s Student" wrote: Adapt the technique discussed in: http://msdn.microsoft.com/en-us/libr...re(VS.80).aspx -- Gary''s Student - gsnu200802 "Sheela" wrote: Hi, I have applied background picture for the sheet. I would like to check whether sheet has background or not. How do I do it using excel object model in c#. Sheela |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to set background on the Excel sheet | Excel Discussion (Misc queries) | |||
Object as background | Excel Discussion (Misc queries) | |||
Avoid geeting function GETPIVOTDATA | Excel Discussion (Misc queries) | |||
VBA: Where to find Excel Object model? | Excel Discussion (Misc queries) | |||
"Excel.Application" Object Model | Charts and Charting in Excel |