MultiRenameDataGetStringValueOfShortcut Method |
Gets the value of a string shortcut.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetStringValueOfShortcut(
string shortcut,
int originalListIndex,
int currentSortIndex
)
Parameters
- shortcut String
- The shortcut (has to be registered as string shortcut before).
- originalListIndex Int32
- Index of the object in the internal list.
- currentSortIndex Int32
- Current index of the object, for instance in a Gui list that can be sorted by a column.
Return Value
StringThe value of the string shortcut, i.e. a string value that is associated with the object itself or with its position in the list.
See Also