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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IShape this[
	string strShapeName
] { get; }
Public ReadOnly Default Property Item ( 
	strShapeName As String
) As IShape
	Get
public:
virtual property IShape^ default[String^ strShapeName] {
	IShape^ get (String^ strShapeName) sealed;
}
abstract Item : IShape with get
override Item : IShape with get

Parameters

strShapeName
String

Property Value

IShape

See Also