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

ExcelDataSourceConnectionParameters Class

Contains parameters used to establish a connection to an Excel workbook or CSV file.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class ExcelDataSourceConnectionParameters :
    FileConnectionParametersBase

Remarks

The ExcelDataSourceConnectionParameters class instances provide parameters used to establish a connection to an Excel workbook or CSV file: the path to the file (FileConnectionParametersBase.FileName) and password (FileConnectionParametersBase.Password).

For more information about the use of classes that provide data connection parameters, see DataConnectionParametersBase.

You can pass connection parameters when you handle the ConfigureDataConnection event:

Inheritance

See Also