I am possessing a grid.I want to get the Grid Count for particular rows excluding the rows of a particular value.how can I get the grid count for such condition using Coded UI ?
Retrieving Grid count for particular rows using Coded ui
224 views Asked by Jem003 At
        	1
        	
        
	
                        
I'd create a list, then loop through a collection of your rows and add the rows that match your needs to the list. Then, just count the objects in the list.