画面に垂直方向に表示するページ数を取得または設定します。
Public Property Rows As Integer
[C#]
public int Rows {get; set;}
[C++]
public: __property int get_Rows();public: __property void set_Rows(int);
[JScript]
public function get Rows() : int;public function set Rows(int);
プロパティ値
画面で垂直方向に表示するページ数。既定値は 0 です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PrintPreviewControl クラス | PrintPreviewControl メンバ | System.Windows.Forms 名前空間