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)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the property. |
See Also
- Class Vector
- Class U16String
- Class WebExtensionPropertyCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++
WebExtensionPropertyCollection::RemoveAt(const char16_t*) method
Remove the property by the name.
void Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the property. |
See Also
- Class Vector
- Class WebExtensionPropertyCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++