Geeting Sheet background from Excel object model

S

Sheela

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
 
G

Gary''s Student

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.
 
Top