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