View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default PageSetup.set_PrintQuality .NET method

Can anyone tell me how this property is set. In the macro it is
PageSetup.PrintQuality=600 or PageSetup.PrintQuality=300
But in .NET a c# object seems to only have
PageSetup.set_PrintQuality(index,object_p2)

according to some sources
index value can be 0,1 or 2 0 beging Horizontal print quality,1 being
vertical
So do I need to function calls? Is this the way to set the printquality
parameter properly?


Rob