Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetHyperlinks.First Property

Provides access to the first hyperlink in the current collection.

#Declaration

Delphi
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