Skip to Content
0
Former Member
Oct 04, 2005 at 04:08 AM

Matrix VisualRowCount Vs RowCount property

363 Views

Hi,

Which one is a better way to loop in a martix?

oMatrix.VisualRowCount Or oMatrix.RowCount

I see that when i delete some rows in a mtrix by right clicking on the row and select Remove, the RowCount value still show the old value(that means including the deleted row) but VisualRowCount shows the correct no of rows (excluding the deleted rows)

Can VisualRowCount property be used insted of RowCount property?

Thanks,

Satish.