IRectangleShapes
Item Property (String)
|
Gets the IRectangleShape 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
IRectangleShape this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IRectangleShape
Get
property IRectangleShape^ default[String^ name] {
IRectangleShape^ get (String^ name);
}
abstract Item : IRectangleShape with get
Parameters
-
name
-
Type:
System
String
The name of the rectangle shape to retrieve.
Return Value
Type:
IRectangleShape
The IRectangleShape object with the specified name.
See Also