Gets or sets whether to print the pages in rows (across first) or in columns (down first).

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool PrintPagesInRows { get; set; }
Visual Basic
Public Property PrintPagesInRows As Boolean
	Get
	Set

See Also