View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] lkfstephen@gmail.com is offline
external usenet poster
 
Posts: 5
Default PrintQuality in Excel using VC++

Dear all,

Does anyone know how the set the print quality in Excel using VC++ ?

I know in VB, it can set the PrintQuality directly. But in the VC++'s
PageSetup class, it just have one method which prototype is
VARIANT PrintQuality(const VARIANT& Index);

Can anyone tell me how to use this method? Or more precise, how to set
the parameter of this function?

Thank you very much.

Stephen Lai