Steve

Steve

  • NA
  • 2
  • 0

.Rows.Count and .RowCount

May 8 2009 2:08 PM
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.