add method

add(self, range)

Adds a Range item to the collection.

Returns


def add(self, range):
    ...
ParameterTypeDescription
rangeRangeRange object

See Also