OleObjectProperties
Item Property
|
Gets or sets property.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
member Item : string with get, set
Parameters
-
name
-
Type:
System
String
Name of property.
Return Value
Type:
String
See Also