Skip to main content
A newer version of this page is available. .

TdxSpreadSheetHyperlinks.Items Property

Provides zero-based indexed access to individual hyperlink objects in the collection.

Declaration

property Items[Index: Integer]: TdxSpreadSheetHyperlink read; default;

Property Value

Type
TdxSpreadSheetHyperlink

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