OleObjectProperties
Remove Method
|
Removes a property with the specified name.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
void Remove(
String^ name
)
member Remove :
name : string -> unit
Parameters
-
name
-
Type:
System
String
The name of property to remove.
See Also