IHyperLinksAdd Method (CellsRange, String, String, String, String)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Adds the hyperlink.
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void Add( CellsRange Anchor, string Address, string SubAddress, string ScreenTip, string TextToDisplay )
Parameters
- Anchor
- Type: Bytescout.Spreadsheet.StructuresCellsRange
The cells range. - Address
- Type: SystemString
The hyperlink address. - SubAddress
- Type: SystemString
The sub address. - ScreenTip
- Type: SystemString
The screen tip. - TextToDisplay
- Type: SystemString
The text to display.
See Also