ArcShapeCollection
Item Property (String)
|
Gets the IArcShape 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 IArcShape this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IArcShape
Get
public:
virtual property IArcShape^ default[String^ name] {
IArcShape^ get (String^ name) sealed;
}
abstract Item : IArcShape with get
override Item : IArcShape with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
IArcShape
Implements
IArcShapes
Item
String
See Also