Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String

Property Value

IRectangleShape

See Also