ExcelDataSourceConnectionParameters(String, String) Constructor
Initializes a new instance of the ExcelDataSourceConnectionParameters class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A String value that specifies the path to an Excel workbook/CSV file. |
password | String | A String value that specifies the password used to access the protected Excel workbook. |
See Also