Creates a new instance of the ExcelDataSet class.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ExcelDataSet(
	string filePath,
	string worksheet
)
Visual Basic
Public Sub New ( _
	filePath As String, _
	worksheet As String _
)

Parameters

filePath
Type: System..::..String
The full file path to the spreadsheet
worksheet
Type: System..::..String
The worksheet containing the data

See Also