Defines a list of column's name replacements, separated by comma as 'Name1(NewName1),...'
Type
Description
String
A string expression that defines the column-names to rename
By default, the ColumnNames property is "" (empty
string). The ColumnNames property renames the column's name. For instance, the
"Name(Ime),Date modified(Datum),Item type(Tip),Size(Velikost)" renames
the following columns to:
"Name" to "Ime"
"Date modified" to "Datum"
"Item type" to "Tip"
"Size" to "Velikost"
The following screen show shows the default control: