Click or drag to resize

MultiRenameDataGetListValue Method

Retrieves the value of the Gui list, given the column and the row number.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetListValue(
	int columnNumber,
	int rowNumber
)

Parameters

columnNumber  Int32
Column number of the list.
rowNumber  Int32
Index of the object in the internal list (index before some sort).

Return Value

String
The value shown in the specified list cell.
See Also