Click or drag to resize

MultiRenameDataGetStringArrayValueOfShortcut Method

Gets the value of an array shortcut.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string[] GetStringArrayValueOfShortcut(
	string shortcut,
	int originalListIndex,
	int currentSortIndex
)

Parameters

shortcut  String
The shortcut (has to be registered as array 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

String
The value of the array shortcut, i.e. an array of strings that is associated with the object itself or with its position in the list.
See Also