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# 
IOvalShape this[
	string name
] { get; }
ReadOnly Default Property Item ( 
	name As String
) As IOvalShape
	Get
property IOvalShape^ default[String^ name] {
	IOvalShape^ get (String^ name);
}
abstract Item : IOvalShape with get

Parameters

name
String

Property Value

IOvalShape

See Also