Aspose::Cells::XmlMapCollection::Add method

XmlMapCollection::Add(const U16String&) method

Add a XmlMap by the url/path of a xml/xsd file.

int32_t Aspose::Cells::XmlMapCollection::Add(const U16String &url)
ParameterTypeDescription
urlconst U16String&url/path of a xml/xsd file.

ReturnValue

XmlMap object index.

See Also

XmlMapCollection::Add(const char16_t*) method

Add a XmlMap by the url/path of a xml/xsd file.

int32_t Aspose::Cells::XmlMapCollection::Add(const char16_t *url)
ParameterTypeDescription
urlconst char16_t*url/path of a xml/xsd file.

ReturnValue

XmlMap object index.

See Also