How do I access LeanFT UltraWinGrid Cell?
Question ID: 107762
2
0

The Application spy does not detect as UltraWinGrid but instead as a Table. The AUT is standard Windows.

Marked as spam
Posted by (Questions: 22, Answers: 6)
Asked on July 25, 2017 1:16 pm
52 views
Answers (1)
0
Private answer

What you have to do is create the description to the standard table. Then covert the object to IUltraWinGrid with the following code. The valuable tbl is the described table object.

//tbl is the described table object
IUltraWinGrid uwg = (IUltraWinGrid)tbl.CustomGrid.UltraWinGrid;

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on July 25, 2017 1:17 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top