Currently I need to change the name of a column depending on specific criteria but to do that I'd like to refer to that column by its ExternalName rather than its name.
aColumn = Document.ActiveDataTableReference.Columns["I_id"].Name
unfortunately this doesn't work.
aColumn = Document.ActiveDataTableReference.Columns["I_id"].ExternalName