insert_row_before method

insert_row_before

Insert a new row before the specified one Initially all elements in the new row are null.

def insert_row_before(self, row_index):
    ...
ParameterTypeDescription
row_indexintIndex of the row before which to insert a new one

See Also