ColumnExpressionRenameColumn Method

Spotfire 15.0 API Reference
Rename all column references from oldName to newName.

Namespace:  Spotfire.Dxp.Data.Expressions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void RenameColumn(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString
The old column name.
newName
Type: SystemString
The new column name.
Version Information


See Also

Reference