check_row method

check_row

Gets the Row element or null at the specified cell row index.

Returns

Returns Row object If the row object does exist, otherwise returns null.

def check_row(self, row):
    ...
ParameterTypeDescription
rowintRow index

See Also