TdxSpreadSheetHyperlinks.Items Property
In This Article
Provides zero-based indexed access to individual hyperlink objects in the collection.
#Declaration
Delphi
property Items[Index: Integer]: TdxSpreadSheetHyperlink read; default;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns a hyperlink object whose index is passed as the Index parameter.
To track the total number of items in the hyperlink collection, use the Count property.
See Also