sid
9 years agoOccasional Contributor
How to verify the cell icons
In the trading grid after entering price/quantity , I have to verify price up/down/valid/invalid symbol and entered value.
Can anyone help me on this.
Although I am able to fetch the cell value/color/text/font etc. using "Grid.wValue(r,c) and Grid.item(r,c)" but not cell icons.
Please see the attached image file : I can fetch Bid value 15 , Ofr value 20 Also I have to verify cross / arrow icon of same , how to do it ? Could you please help