.Rows.Count and .RowCount
                            
                         
                        
                     
                 
                
                    What's the difference between .RowCount and .Rows.Count in a DataGridView? The Help says that .RowCount is the number of rows displayed and .Rows.Count is the number of rows in the collection, yet they seem always to show the same number even though the number of rows actually displayed is usually much smaller.