Click or drag to resize

IMultiRenameElementGetContent Method

Retrieves the content for this element by providing the original object index of the object and a sort order.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string GetContent(
	int originalListIndex,
	int currentSortIndex
)

Parameters

originalListIndex  Int32
Index in the original object list of MultiRenameData.
currentSortIndex  Int32
Index of the current sort order (for instance when sorted in a view).

Return Value

String
The string content of this element.
See Also