PrintPreviewControl::Rows Property

 

Gets or sets the number of pages displayed vertically down the screen.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Rows {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of pages displayed vertically down the screen. The default is 0.

Exception Condition
ArgumentOutOfRangeException

The set value is less than 1.

.NET Framework
Available since 1.1
Return to top
Show: