MultiRenameDataSetNewNameForObject Method |
Sets the proposed new name for object. Note that the object is not renamed here, instead this is done when calling the rename handler.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetNewNameForObject(
int i,
string newName
)
Parameters
- i Int32
- Index of the object in the internal list.
- newName String
- The proposed new name of the object.
See Also