Uses of Class
EasyXLS.ExcelHyperlink
-
Uses of ExcelHyperlink in EasyXLS
Modifier 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.
Modifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addHyperlink(ExcelHyperlink xlsHyperlink)
Adds the specified hyperlink to worksheet.