Skip to main content
Row

EncryptionSettings(String) Constructor

Initializes a new EncryptionSettings instance with specific settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public EncryptionSettings(
    string password
)

Parameters

Name Type Description
password String

A password to encrypt the file.

See Also