PrintPreviewControl.Rows プロパティ

定義

画面の垂直方向に表示されるページ数を取得または設定します。

public:
 property int Rows { int get(); void set(int value); };
public int Rows { get; set; }
member this.Rows : int with get, set
Public Property Rows As Integer

プロパティ値

画面の垂直方向に表示されるページ数。 既定値は 0 です。

例外

設定値が 1 未満です。

適用対象