IPrstGeomShapes
Item Property (String)
|
Gets the IPrstGeomShape associated with the specified name.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPrstGeomShape this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IPrstGeomShape
Get
property IPrstGeomShape^ default[String^ name] {
IPrstGeomShape^ get (String^ name);
}
abstract Item : IPrstGeomShape with get
Parameters
-
name
-
Type:
System
String
The name of the IPrstGeomShape to retrieve.
Return Value
Type:
IPrstGeomShape
The IPrstGeomShape with the specified name.
See Also