TdxSpreadSheetHyperlink.AssignedValues Property
In This Article
Specifies the set of flags corresponding to the current hyperlink settings that have been assigned or modified.
#Declaration
Delphi
property AssignedValues: TdxSpreadSheetHyperlinkAssignedValues read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to track changes of the hyperlink state. For the full list of flags, refer to the TdxSpreadSheetHyperlinkAssignedValue type description.
See Also