get_n_rows
Description:
Retrieves the number of rows inside this, eventually taking into account any filtering function set using set_filter.
Note:
Use ListModel instead
Parameters:
this |
a Model |
Returns:
The length of the this. If there is a filter set, then the length of the filtered this is returned. |