Skip to main content

ExcelSourceOptions.Password Property

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

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.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