Name | Description | |
---|---|---|
![]() | DataTableImportOptions Constructor |
The following tables list the members exposed by DataTableImportOptions.
Name | Description | |
---|---|---|
![]() | DataTableImportOptions Constructor |
Name | Description | |
---|---|---|
![]() | ColumnNames | Gets or sets the names of the data table’s columns. |
![]() | DestinationColumnId | Gets or sets the Id of the Column in which the first data item will be imported. (Inherited from Xceed.Workbooks.NET.ImportOptions) |
![]() | DestinationRowId | Gets or sets the Id of the Row in which the first data item will be imported. (Inherited from Xceed.Workbooks.NET.ImportOptions) |
![]() | DestinationTopLeftAddress | Gets or sets the address of the Cell in which the first data item will be imported. (Inherited from Xceed.Workbooks.NET.ImportOptions) |
![]() | IsColumnNamesShown | Gets or sets if the data table’s ColumnNames will be shown or not. |
![]() | IsLinearDataVertical | Gets or sets if the imported linear data (like a List<string>, Array<int>, MyProduct[], ...) will be displayed vertically in the Worksheet. (Inherited from Xceed.Workbooks.NET.ImportOptions) |