ITextBoxes
Item Property (Int32)
|
Returns single item from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ITextBoxLinkShape this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ITextBoxLinkShape
Get
property ITextBoxLinkShape^ default[int index] {
ITextBoxLinkShape^ get (int index);
}
abstract Item : ITextBoxLinkShape with get
Parameters
-
index
-
Type:
System
Int32
Item's index to get.
Return Value
Type:
ITextBoxLinkShape
Single item from the collection.
See Also