TdxSpreadSheetTableView.Hyperlinks Property
In This Article
Provides access to hyperlink collection within the current Table View worksheet.
#Declaration
Delphi
property Hyperlinks: TdxSpreadSheetHyperlinks read;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to access and manage individual hyperlinks within the Table View worksheet.
For additional information, refer to the TdxSpreadSheetHyperlinks class description.
See Also