ControlPropertiesCollectionRemove Method |
Removes a property with the specified name.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
virtual void Remove(
String^ name
) sealed
abstract Remove :
name : string -> unit
override Remove :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of property to remove.
Implements
IControlPropertiesCollectionRemove(String)
See Also