CsvDataSource Constructor (String) |
Creates a new data source with data from a CSV file.
Namespace:
Aspose.Words.Reporting
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic CsvDataSource(
string csvPath
)
Public Sub New (
csvPath As String
)
public:
CsvDataSource(
String^ csvPath
)
new :
csvPath : string -> CsvDataSource
Parameters
- csvPath
- Type: SystemString
The path to the CSV file to be used as the data source.
See Also