Xceed Workbooks for .NET v1.4 Documentation
DataTableImportOptions Class Properties


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : DataTableImportOptions Class

For a list of all members of this type, see DataTableImportOptions members.

Public Properties
 NameDescription
Public PropertyGets or sets the DataTable’s ColumnNames. These will be displayed in the Worksheet after importing the data. When set to null, which is the default setting, all the ColumnNames will be displayed.  
Public PropertyGets 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)
Public PropertyGets 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)
Public PropertyGets or sets the address of the Cell where the first data item will be imported. The default value is A1. (Inherited from ImportOptions)
Public PropertyGets or sets if the DataTable’s ColumnNames will be shown or not. The default value is false.  
Public PropertyGets 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)
Top
See Also

Reference

DataTableImportOptions Class
Xceed.Workbooks.NET Namespace