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
String oldSpanName
The name of the spanspec that is to be renamed.
String newSpanName
The new name for the spanspec.
Returns
void
这对您有帮助吗?