Click or drag to resize

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
)

Parameters

name
Type: System String
The name of the property.
value
Type: System String
The alue of the property.
See Also