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