add_range method

add_range(self, range)

Adds a Range item to the collection.

Returns

index of the added range in this collection


def add_range(self, range):
    ...
ParameterTypeDescription
rangeaspose.cells.Rangethe range to be added

See Also