Method: Axlsx::WorksheetHyperlink#target=

Defined in:
lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb

#target=(target) ⇒ Object

Sets the target for this hyperlink. Anything other than :external instructs the library to treat the location as an in-workbook reference.

Parameters:



36
37
38
# File 'lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb', line 36

def target=(target)
  @target = target
end