Skip to main content

TdxSpreadSheetHyperlinks.First Property

Provides access to the first hyperlink in the current collection.

Declaration

property First: TdxSpreadSheetHyperlink read;

Property Value

Type
TdxSpreadSheetHyperlink

Remarks

This property returns the hyperlink object with the zero index value in the Table View worksheet’s hyperlink collection. If there are no hyperlinks in the collection, the First property returns nil.

For indexed access to individual hyperlinks in the collection, use the Items property.

See Also