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