A set of column names to export or import.
Properties
Application Application
Returns application. Read only.
Number Count
Returns number of column names in set. Read only.
String Item(Number index)
Returns column name with given index. Read only.
String LastAdded
Returns last added column name. Read only.
Any Parent
Returns parent object. Read only.
Methods
Add(String column)
Adds a column name to a set.
Remove(Number index)
Removes a column name with given index.
RemoveAll()
Removes all column names.
Obtained From
Application (NewDataSourceColumnSet)
See Also