Zoom in OWC spreadsheet

D

DeLin Shen

Is there anyway I can programtically zoom the spreadsheet
of the owc? Thank you.
 
P

Peter Huang [MSFT]

Hi DeLin,

Try to use
AxSpreadsheet1.Rows.RowHeight
and
AxSpreadsheet1.Font
as a workaround.
But that may be cause the performance issue.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
 
D

DeLin Shen

Peter,

Thanks for the suggestion. I have tried to manipulate the
rowHeight and Font of the AxSpreadSheet1. RowHeight works
fine. AxSpreadsheet1 does changes the Font size but it
just does not reflect in the ui. I ended up using the
fontsize property of ActiveSheet in AxSpreadSheet1 and it
worked. Thank you very much.
 

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