'Declaration Public Sub SetHyperlink( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal drawingThe sheet drawing.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing, _
ByVal hyperlinkThe hyperlink that should be opened when drawing is clicked.As Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink _
)
public void SetHyperlink(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing,
Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink hyperlink
)
Parameters
- worksheet
- The worksheet.
- drawing
- The sheet drawing.
- hyperlink
- The hyperlink that should be opened when drawing is clicked.