convert_to_range method

convert_to_range(self)

Convert the table to range.


def convert_to_range(self):
    ...

convert_to_range(self, options)

Convert the table to range.


def convert_to_range(self, options):
    ...
ParameterTypeDescription
optionsaspose.cells.tables.TableToRangeOptionsthe options when converting table to range.

See Also