_Worksheet.ProtectionMode 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 la valeur True si la protection Interface utilisateur seulement est activée. Pour activer la protection de l’interface utilisateur, utilisez la Protect(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode avec l’argument UserInterfaceOnly
défini sur True.
Boolean (en lecture seule).
public:
property bool ProtectionMode { bool get(); };
public bool ProtectionMode { get; }
Public ReadOnly Property ProtectionMode As Boolean