_Application.MathCoprocessorAvailable 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.
Détermine si un coprocesseur mathématique est installé et disponible pour Microsoft Word. Cette propriété renvoie True si un coprocesseur mathématique est installé et disponible pour Microsoft Word, et False si ce n’est pas le cas.
public:
property bool MathCoprocessorAvailable { bool get(); };
public bool MathCoprocessorAvailable { get; }
member this.MathCoprocessorAvailable : bool
Public ReadOnly Property MathCoprocessorAvailable As Boolean