add method

add(self, range)

Adds a Range item to the collection.

Returns


def add(self, range):
    ...
ParameterTypeDescription
rangeaspose.cells.RangeRange object

See Also