MultiRenameDataGetListValue Method |
Retrieves the value of the Gui list, given the column and the row number.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringThe value shown in the specified list cell.
See Also