API Reference
Class
ExcelDelimitedImportOptions
Options for culture-aware CSV/TSV import normalization.
Inheritance
- Object
- ExcelDelimitedImportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelDelimitedImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Char> Delimiter { get; set; } #public Boolean HeadersInFirstRow { get; set; } #public Int32 SkipInitialRecords { get; set; } #public CultureInfo Culture { get; set; } #public Boolean ConvertNumbersAndDates { get; set; } #public Boolean CreateTable { get; set; } #public String SheetName { get; set; } #public String TableName { get; set; } #public TableStyle TableStyle { get; set; } #