public sealed class CsvAnalyzerResult
Public NotInheritable Class CsvAnalyzerResult
public ref class CsvAnalyzerResult sealed
[<SealedAttribute>]
type CsvAnalyzerResult = class end
CsvAnalyzerResult | Initializes a new instance of the CsvAnalyzerResult class |
ColumnNames | The column names of the CSV file, or null if the CSV file has no header row. |
Delimiter | The field separator character. |
IsHeaderPresent | Gets a value that indicates whether the CSV file has a header row. |
Options | Options for reading the CSV file. |
RowLength | Gets the number of fields in a data row of the CSV file. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |