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.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
StringThe string content of this element.
See Also