michaelgorman

Results 2 comments of michaelgorman

This is the code I user to create hyperlinks public static void AddHyperlink(IXLWorksheet sheet, TestCaseBase testCase) { if (!String.IsNullOrWhiteSpace(testCase.ManualTestCase)) { var cell = sheet.Cell(TestCaseBase.TESTCASE_KEYWORDS, TestCaseRowBase.TESTCASE_DATA4); cell.SetFormulaA1($"=HYPERLINK(\"{testCase.ManualTestCase}\", \"Manual Document\")"); } }

I don't understand something, it works through sim.Keyboard.KeyDown('\r') sim.Keyboard.KeyUp('\r'). So I decided to look at what the difference is between the KeyDown, & TextEntry methods and what I wasn't expecting...