_Table.GetNextRow 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.
Déplace la ligne actuelle vers la ligne suivante dans le Table et obtient cette ligne dans la table.
public:
Microsoft::Office::Interop::Outlook::Row ^ GetNextRow();
public Microsoft.Office.Interop.Outlook.Row GetNextRow ();
Public Function GetNextRow () As Row
Retours
Objet Row qui représente la ligne valide suivante dans la table s’il existe des lignes supplémentaires disponibles. Si aucune ligne supplémentaire n’est disponible (où EndOfTable a la valeur True), GetNextRow renvoie Nothing (référence null (Nothing en Visual Basic) en C#).