Page tree
Skip to end of metadata
Go to start of metadata

Description

Use ColumnIndexFilter 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 ColumnIndexFilter overwrites any previous ColumnNameFilter setting.

Examples

C#
vb.net
  • No labels