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.3179.0 (4.8.3179.0)
Syntax 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[Missing <returns> documentation for "M:Altaxo.Gui.Common.MultiRename.MultiRenameData.GetListValue(System.Int32,System.Int32)"]
See Also