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)
ParameterTypeDescription
idconst U16String&Contains the GUID for the custom XML part.

ReturnValue

See Also

CustomXmlPartCollection::SelectByID(const char16_t*) method

Gets an item by id.

CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID(const char16_t *id)
ParameterTypeDescription
idconst char16_t*Contains the GUID for the custom XML part.

ReturnValue

See Also