Action
Renames a column in the
ActiveData object and returns a value that indicates whether the column was renamed successfully.
Syntax
RenameColumn (columnIndex, newColumnName)
Variable
|
Description
|
columnIndex
|
The index of the column to remove (1-based).
Integer.
|
newColumnName
|
The new name for the column.
String.
|