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)
Parameter | Type | Description |
---|---|---|
url | const U16String& | url/path of a xml/xsd file. |
ReturnValue
XmlMap object index.
See Also
- Class Vector
- Class U16String
- Class XmlMapCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
url | const char16_t* | url/path of a xml/xsd file. |
ReturnValue
XmlMap object index.
See Also
- Class Vector
- Class XmlMapCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++