Aspose::Cells::Markup::CustomXmlPartCollection::Add method

CustomXmlPartCollection::Add method

Adds an item to the collection.

int32_t Aspose::Cells::Markup::CustomXmlPartCollection::Add(const Vector<uint8_t> &data, const Vector<uint8_t> &shemaData)
ParameterTypeDescription
dataconst Vector <uint8_t>&The XML content of this Custom XML Data Storage Part.
shemaDataconst Vector <uint8_t>&The set of XML schemas that are associated with this custom XML part.

ReturnValue

See Also