'Declaration Public Sub SetHyperlink( _
ByVal indexThe index of hyperlink in document.As System.Int32, _
ByVal cellHyperlinkThe cell hyperlink.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellHyperlink _
)
public void SetHyperlink(
System.Int32 index,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellHyperlink cellHyperlink
)
public: void SetHyperlink(
System.Int32 index,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellHyperlink* cellHyperlink
)
public:
void SetHyperlink(
System.Int32 index,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellHyperlink^ cellHyperlink
)
Parameters
- index
- The index of hyperlink in document.
- cellHyperlink
- The cell hyperlink.