How can I find out how many rows are hidden?
I set some rows as hidden in code and i want to show this number in a label on the form.
Is there something like grid.hiddenrows.count?
Thanks,
Petra.
I found it:
grid.rows.count - grid.rows.visiblerowcount