TdxSpreadSheetHyperlinks.Last Property
Provides access to the last hyperlink in the current collection.
Declaration
property Last: TdxSpreadSheetHyperlink read;
Property Value
Type |
---|
TdxSpreadSheetHyperlink |
Remarks
This property returns the hyperlink object with the maximum index value in the Table View worksheet’s hyperlink collection. If there are no hyperlinks in the collection, the Last property returns nil.
For indexed access to individual hyperlinks in the collection, use the Items property.
See Also