TdxSpreadSheetTableView.CanDeleteHyperlink Method
In This Article
Identifies if an end-user can remove a hyperlink.
#Declaration
Delphi
function CanDeleteHyperlink: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if an end-user is able to delete a hyperlink associated with a cell range or floating container; otherwise – False.
See Also