IShapes
Item Property (String)
|
Returns single shape from the collection by its name. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IShape this[
string strShapeName
] { get; }
ReadOnly Default Property Item (
strShapeName As String
) As IShape
Get
property IShape^ default[String^ strShapeName] {
IShape^ get (String^ strShapeName);
}
abstract Item : IShape with get
Parameters
-
strShapeName
-
Type:
System
String
Property Value
Type:
IShape
See Also