Name | Description | |
---|---|---|
DestinationColumnId | Gets or sets the Id of the Column where the first data item will be imported. Column Ids start at 0, which is the default value. (Inherited from Xceed.Workbooks.NET.ImportOptions) | |
DestinationRowId | Gets or sets the Id of the Row where the first data item will be imported. Row Ids start at 0, which is the default value. (Inherited from ImportOptions) | |
DestinationTopLeftAddress | Gets or sets the address of the Cell where the first data item will be imported. The default value is A1. (Inherited from ImportOptions) | |
IsLinearDataVertical | Gets or sets if a linear data (like a List<string>, Array<int>, MyProduct[], ...) will be imported and whether it will be displayed vertically or horizontally in the Worksheet. The default value is true, which means that the data will be displayed vertically. (Inherited from ImportOptions) | |
Separator | Gets or sets the separator used to split the CSV data. The default value is ",". |