split_by_col_span method

split_by_col_span

Splits the cell to two cells by index of column.

def split_by_col_span(self, index):
    ...
ParameterTypeDescription
indexintIndex of column.

See Also