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.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Password { get; set; }

Property Value

Type Description
String

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

See Also