'Declaration Public Sub AddHyperlink( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal hyperlinkThe hyperlink.As Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink, _
ByVal hyperlinkTextColorText color of the hyperlink.As Vintasoft.Primitives.VintasoftColor _
)
public void AddHyperlink(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink hyperlink,
Vintasoft.Primitives.VintasoftColor hyperlinkTextColor
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set.
- hyperlink
- The hyperlink.
- hyperlinkTextColor
- Text color of the hyperlink.