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.v18.2.dll

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