MultiRenameDataGetNewNameForObject Method |
Gets the proposed new name for the object at position i.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetNewNameForObject(
int i
)
Parameters
- i Int32
- Index of the object in the internal list.
Return Value
StringThe proposed new name of the object at index i.
See Also