Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt method

WebExtensionPropertyCollection::RemoveAt(const U16String&) method

Remove the property by the name.

void Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the property.

See Also

WebExtensionPropertyCollection::RemoveAt(const char16_t*) method

Remove the property by the name.

void Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the property.

See Also