CsvDataLoadOptions Class |
Namespace: Aspose.Words.Reporting
The CsvDataLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvDataLoadOptions |
Initializes a new instance of this class with default options.
|
![]() | CsvDataLoadOptions(Boolean) |
Initializes a new instance of this class with specifying whether CSV data contains column names
at the first line.
|
Name | Description | |
---|---|---|
![]() | CommentChar |
Gets or sets the character that is used to comment lines of CSV data.
|
![]() | Delimiter |
Gets or sets the character to be used as a column delimiter.
|
![]() | HasHeaders |
Gets or sets a value indicating whether the first record of CSV data contains column names.
|
![]() | QuoteChar |
Gets or sets the character that is used to quote field values.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |