Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / PrintPagesInRows Property

In This Topic
    PrintPagesInRows Property (XLPrintSettings)
    In This Topic
    Gets or sets whether to print the pages in rows (across first) or in columns (down first).
    Syntax
    'Declaration
     
    
    Public Property PrintPagesInRows As Boolean
    public bool PrintPagesInRows {get; set;}
    See Also