Aspose::Words::Settings::OdsoFieldMapDataCollection::Add method

OdsoFieldMapDataCollection::Add method

Adds an object to the end of this collection.

int32_t Aspose::Words::Settings::OdsoFieldMapDataCollection::Add(const System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData> &value)
ParameterTypeDescription
valueconst System::SharedPtr<Aspose::Words::Settings::OdsoFieldMapData>&The object to add. Cannot be null.

See Also