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.