set_encryption_options méthode
set_encryption_options(encryption_type, key_length)
Définissez les options de chiffrement.
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 clé. |
Voir également
- module aspose.cells
- classe Workbook