split_by_row_span method

split_by_row_span

Splits the cell to two cells by index of row.

def split_by_row_span(self, index):
    ...
ParameterTypeDescription
indexintIndex of row.

See Also