Description
Use ColumnNameFilter to select specific columns within the imported data. Only the specified columns will be imported to the worksheet.
C#
vb.net
Remarks
If the length of the specified array is greater than MaxColumns, or exceeds the size of the target area and Truncate is set to true
, the smaller value will be used.
Using ColumnNameFilter
overwrites any previous ColumnIndexFilter setting.
Examples
C#
vb.net