TextFrame.Next 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.
Renvoie l'objet suivant de la collection.
public:
property Microsoft::Office::Interop::Word::TextFrame ^ Next { Microsoft::Office::Interop::Word::TextFrame ^ get(); void set(Microsoft::Office::Interop::Word::TextFrame ^ value); };
public Microsoft.Office.Interop.Word.TextFrame Next { get; set; }
member this.Next : Microsoft.Office.Interop.Word.TextFrame with get, set
Public Property Next As TextFrame