Click or drag to resize

ITextBoxes Item Property (String)

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

Parameters

name
Type: System String

Property Value

Type: ITextBoxLinkShape
See Also