EncryptionType

Overview

EncryptionType is a enum in Aspose.Cells FOSS for Typescript.

This enumeration defines 1 value: AES.

Description

EncryptionType is an enumeration type in the Aspose.Cells FOSS library for TypeScript. It defines a set of named constants that control behavior or specify options within the API. Enumerations like EncryptionType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
AES

See Also