Anonymous
in reply to:
Anonymous
11-10-2020
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-10-2020
03:32 AM
Ok, so following code (using CurrentRowValue instead of CellValue) works:
GoExcel.FindRow("3rd Party:ConfiguratorParameters", "FileReferences", "Description", "=", "MyComponent")
Dim g = GoExcel.CurrentRowValue("ColumnName")
Logger.Info("Result: " & g)
GoExcel.CloseI'd still like to know why the previous code doesn't, if anyone knows.