Uses of Class
EasyXLS.ExcelHyperlink
Namespaces that use ExcelHyperlink
-
Uses of ExcelHyperlink in EasyXLS
Methods in EasyXLS that return ExcelHyperlinkModifier and TypeMethodDescriptionExcelHyperlink.Clone()
Creates and returns a copy of this object.ExcelWorksheet.easy_getHyperlinkAt(int index)
Returns the hyperlink from the specified index.ExcelWorksheet.easy_getHyperlinkAt(int nRow, int nColumn)
Returns the hyperlink at the specified row index and column index.
This method is overridden as easy_getHyperlinkAt_2 in COM+ version of EasyXLS.
ExcelWorksheet.easy_getHyperlinkAt(System.String position)
Returns the hyperlink from the specified index.
This method is overridden as easy_getHyperlinkAt_3 in COM+ version of EasyXLS.
Methods in EasyXLS with parameters of type ExcelHyperlinkModifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addHyperlink(ExcelHyperlink xlsHyperlink)
Adds the specified hyperlink to worksheet.