OleObjectProperties
Add Method
|
Adds a property to the collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Add(
string name,
string value
)
Public Sub Add (
name As String,
value As String
)
public:
void Add(
String^ name,
String^ value
)
member Add :
name : string *
value : string -> unit
Parameters
-
name
-
Type:
System
String
The name of the property.
-
value
-
Type:
System
String
The alue of the property.
See Also