Compartir a través de


_Table.GetNextRow Método

Definición

Mueve la fila actual a la siguiente fila de Table y obtiene esa fila en la tabla.

public:
 Microsoft::Office::Interop::Outlook::Row ^ GetNextRow();
public Microsoft.Office.Interop.Outlook.Row GetNextRow ();
Public Function GetNextRow () As Row

Devoluciones

Row

Objeto Row que representa la siguiente fila válida en table si hay filas adicionales disponibles. Si no hay filas adicionales disponibles (donde EndOfTable es True), GetNextRow devolverá Nothing (una referencia nula (Nothing en Visual Basic) en C#).

Se aplica a