Zoom.PageRows Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété renvoie ou définit le nombre de pages à l'écran en même temps en mode page ou Aperçu avant impression.
public:
property int PageRows { int get(); void set(int value); };
public int PageRows { get; set; }
member this.PageRows : int with get, set
Public Property PageRows As Integer