TdxSpreadSheetHyperlink.Assign(TdxSpreadSheetHyperlink) Method
Updates the hyperlink’s settings from another hyperlink.
Declaration
procedure Assign(ASource: TdxSpreadSheetHyperlink); virtual;
Parameters
Name | Type |
---|---|
ASource | TdxSpreadSheetHyperlink |
Remarks
Call this procedure and pass another hyperlink as the ASource parameter to update the Area, ValueType, Value, ScreenTip, DisplayText property values from the corresponding properties of the source hyperlink.
See Also