_Application.AutoFormatAsYouTypeReplaceHyperlinks 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.
Cette propriété a la valeur us True (par défaut) si Microsoft Excel met en forme automatiquement des liens hypertexte à mesure que vous tapez. Elle a la valeur False si Excel ne met pas en forme automatiquement des liens hypertexte à mesure que vous tapez.
public:
property bool AutoFormatAsYouTypeReplaceHyperlinks { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeReplaceHyperlinks { get; set; }
Public Property AutoFormatAsYouTypeReplaceHyperlinks As Boolean