AutoRecover.Path 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éfinit ou renvoie le chemin d’accès complet à l’emplacement où Microsoft Excel stockera les fichiers temporaires de récupération automatique.
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
Public Property Path As String