Programmer's Guide > Interfaces > TableObject interface > renameSpanspec method
  
renameSpanspec method
Renames a single spanspec tag by adjusting the tag's spanname attribute and modifying every entry tag that refers to it. This is applied to the TableGrid containing the table object or all TableGrids in the TableSet or TableTilePlex as appropriate.
renameSpanspec(oldSpanName, newSpanName)
Parameters
StringoldSpanName
The name of the spanspec that is to be renamed.
StringnewSpanName
The new name for the spanspec.
Returns
void