_Application.CommandUnderlines 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é renvoie ou définit l'état des commandes soulignées dans Microsoft Excel pour Macintosh.
public:
property Microsoft::Office::Interop::Excel::XlCommandUnderlines CommandUnderlines { Microsoft::Office::Interop::Excel::XlCommandUnderlines get(); void set(Microsoft::Office::Interop::Excel::XlCommandUnderlines value); };
public Microsoft.Office.Interop.Excel.XlCommandUnderlines CommandUnderlines { get; set; }
Public Property CommandUnderlines As XlCommandUnderlines
Valeur de propriété
Remarques
XlCommandUnderlines peut être l’une des constantes XlCommandUnderlines suivantes :
xlCommandUnderlinesOn
xlCommandUnderlinesOff
xlCommandUnderlinesAutomatic
Dans Microsoft Excel pour Windows, la lecture de cette propriété renvoie toujours la valeur xlCommandUnderlinesOn. Une erreur se produit si cette propriété se voit affecter toute autre valeur que xlCommandUnderlinesOn.