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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top