Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID method
CustomXmlPartCollection::SelectByID(const U16String&) method
Gets an item by id.
CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID(const U16String &id)
Parameter | Type | Description |
---|---|---|
id | const U16String& | Contains the GUID for the custom XML part. |
ReturnValue
See Also
- Class CustomXmlPart
- Class Vector
- Class U16String
- Class CustomXmlPartCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++
CustomXmlPartCollection::SelectByID(const char16_t*) method
Gets an item by id.
CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID(const char16_t *id)
Parameter | Type | Description |
---|---|---|
id | const char16_t* | Contains the GUID for the custom XML part. |
ReturnValue
See Also
- Class CustomXmlPart
- Class Vector
- Class CustomXmlPartCollection
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++