méthode set_encryption_options
set_encryption_options(self, encryption_type, key_length)
Définir les options de cryptage.
def set_encryption_options(self, encryption_type, key_length):
...
| Paramètre | Taper | Description |
|---|---|---|
| encryption_type | EncryptionType | Le type de cryptage. |
| key_length | int | La longueur de la clé. |
Voir également
- module
aspose.cells - classe
Workbook