Forum Discussion
d_padalia
12 years agoOccasional Contributor
Thanks Colin and Tanya.
Colin, The fact that I dont see any corresponing function in the autocomplete means there is no such function available even at the run time.
Tanya,
I am thinking to do following:
Grid=Sys.Process("abc").........WinFormsObject("w_grid");
//Assume I have already selected the cell before the test runs
Cell=Grid.get_CurrentCell();
// I am hoping this gives me a reference to the current cell which i can then pass //getBKColor(Cell.Picture());
I am :
1. Not able to get full path of the cell as grid cell cant be checked using spy.
2. I dont see the description of get_CurrentCell ( infact any other funciton applicable on the Grid varibale defined above).
3.What is the format of the color returned ? String, Hex or some combnation of RGB?
Any help would be much appreciated
Colin, The fact that I dont see any corresponing function in the autocomplete means there is no such function available even at the run time.
Tanya,
I am thinking to do following:
Grid=Sys.Process("abc").........WinFormsObject("w_grid");
//Assume I have already selected the cell before the test runs
Cell=Grid.get_CurrentCell();
// I am hoping this gives me a reference to the current cell which i can then pass //getBKColor(Cell.Picture());
I am :
1. Not able to get full path of the cell as grid cell cant be checked using spy.
2. I dont see the description of get_CurrentCell ( infact any other funciton applicable on the Grid varibale defined above).
3.What is the format of the color returned ? String, Hex or some combnation of RGB?
Any help would be much appreciated