add method

add(value)

Adds an object to the end of this collection.

def add(self, value: aspose.words.settings.OdsoRecipientData):
    ...
ParameterTypeDescription
valueOdsoRecipientDataThe object to add. Cannot be None.

See Also