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; }
ReadOnly Default Property Item (
name As String
) As ITextBoxLinkShape
Get
property ITextBoxLinkShape^ default[String^ name] {
ITextBoxLinkShape^ get (String^ name);
}
abstract Item : ITextBoxLinkShape with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
ITextBoxLinkShape
See Also