Renaming a column
I am trying to rename a column using the following script but it does not work, can anyone tell me what is wrong with this script? are there better ways to rename columns?
col2 = Column(2);
col2 = Set Name ("XYZ");
Thanks.