简体   繁体   中英

The difference between Rows.Count and RowCount

Is there a difference between myDGV.Rows.Count and myDGV.RowCount ?

Also both of these seem to be returning Number of rows in the underlying table + 1 eg they are returning 4 for a single field table such as the following. Are the headers added to the counts?:

myField
x
y
z  

RowCount : Gets or sets the number of rows displayed in the DataGridView.

Rows.Count : Returns the number of rows

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM