Excel for WinRT
PrintPagesInRows Property


Gets or sets whether to print the pages in rows (across first) or in columns (down first).
Syntax
'Declaration
 
Public Property PrintPagesInRows As System.Boolean
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.Boolean
 
instance.PrintPagesInRows = value
 
value = instance.PrintPagesInRows
public System.bool PrintPagesInRows {get; set;}
See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback