get_row_by_index method

get_row_by_index

Gets the row object by the position in the list.

Returns

The Row object at given position.

def get_row_by_index(self, index):
    ...
ParameterTypeDescription
indexintThe position.

See Also