DataGridViewRowCollection.GetRowState(Int32) 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.
Obtient l’état de la ligne avec l’index spécifié.
public:
virtual System::Windows::Forms::DataGridViewElementStates GetRowState(int rowIndex);
public virtual System.Windows.Forms.DataGridViewElementStates GetRowState (int rowIndex);
abstract member GetRowState : int -> System.Windows.Forms.DataGridViewElementStates
override this.GetRowState : int -> System.Windows.Forms.DataGridViewElementStates
Public Overridable Function GetRowState (rowIndex As Integer) As DataGridViewElementStates
Paramètres
- rowIndex
- Int32
Index de la ligne.
Retours
Combinaison au niveau du bit de valeurs DataGridViewElementStates indiquant l’état de la ligne spécifiée.
Exceptions
rowIndex
est inférieur à zéro et supérieur au nombre de lignes contenues dans la collection moins une.