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

ExcelDataSourceConnectionParameters(String) Constructor

Initializes a new instance of the ExcelDataSourceConnectionParameters class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ExcelDataSourceConnectionParameters(
    string fileName
)

Parameters

Name Type Description
fileName String

A String value that specifies the path to an Excel workbook/CSV file.

See Also