Table Of Contents

EdgeFrame row_count


row_count

Number of rows in the current frame.

Parameters:
Returns:

: int

The number of rows in the frame

Counts all of the rows in the frame.

Examples

Get the number of rows:

>>> frame.row_count
4