DataGridView.GetRowDisplayRectangle(Int32, Boolean) Méthode
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.
Retourne le rectangle qui représente la zone d’affichage pour une ligne, comme déterminé par l’index de ligne.
public:
System::Drawing::Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow);
public System.Drawing.Rectangle GetRowDisplayRectangle (int rowIndex, bool cutOverflow);
member this.GetRowDisplayRectangle : int * bool -> System.Drawing.Rectangle
Public Function GetRowDisplayRectangle (rowIndex As Integer, cutOverflow As Boolean) As Rectangle
Paramètres
- rowIndex
- Int32
Index de ligne pour la cellule souhaitée.
- cutOverflow
- Boolean
true
pour retourner le rectangle de ligne visible dans les limites du DataGridView ; false
pour retourner le rectangle de ligne entier.
Retours
Rectangle qui représente le rectangle d’affichage de la ligne.
Exceptions
rowIndex
n’appartient pas à la plage valide, qui va de 0 au nombre de lignes moins 1.