create_union_range method

create_union_range(self, address, sheet_index)

Creates a Range object from an address of the range.

Returns

A Range object


def create_union_range(self, address, sheet_index):
    ...
ParameterTypeDescription
addressstrThe address of the range.
sheet_indexintThe sheet index.

See Also