Skip to main content
A newer version of this page is available. .

ExcelSourceOptions.Password Property

Gets or sets the password used to access the protected workbook.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[DefaultValue(null)]
public string Password { get; set; }

Property Value

Type Default Description
String null

A String value that specifies the password used to access the protected workbook.

See Also