Gets a System.Data.DataTable object from the specified source range. If the getColumnNames parameter is true the
first row of the range will be used to obtain names for the DataTable columns.
| C# | Visual Basic | Visual C++ |
public DataTable GetDataTable( ExcelRange sourceRange, bool getColumnNames )
Public Function GetDataTable ( _ sourceRange As ExcelRange, _ getColumnNames As Boolean _ ) As DataTable
public: DataTable^ GetDataTable( ExcelRange^ sourceRange, bool getColumnNames )
- sourceRange (ExcelRange)
- The worksheet range from where to get the values.
- getColumnNames (Boolean)
- If this parameter is true the first row of the range will be used to obtain names for the DataTable columns.
The resulted DataTable.