Click or drag to resize

IArcShapes Item Property (String)

Gets the IArcShape 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
IArcShape this[
	string name
] { get; }

Parameters

name
Type: System String

Property Value

Type: IArcShape
See Also