odso property

MailMergeSettings.odso property

Gets or sets the object that specifies the Office Data Source Object (ODSO) settings.

@property
def odso(self) -> aspose.words.settings.Odso:
    ...

@odso.setter
def odso(self, value: aspose.words.settings.Odso):
    ...

Remarks

This object is never None.

See Also