Skip to content

Commit d40a2a4

Browse files
committed
882504-Split-hyperlink-XlsIO
1 parent addab8f commit d40a2a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

File-Formats/XlsIO/Worksheet-Cells-Manipulation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@ Hyperlink can be created in a workbook to provide quick access to web pages, pla
23802380
* E-mail
23812381
* External files
23822382

2383-
### Creating a hyperlink for a website
2383+
### Website URL Hyperlink
23842384

23852385
{% tabs %}
23862386
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -2408,7 +2408,7 @@ hyperlink.ScreenTip = "To know more about Syncfusion products, go through this l
24082408
{% endhighlight %}
24092409
{% endtabs %}
24102410

2411-
### Creating a hyperlink for a e-mail
2411+
### E-mail hyperlink
24122412

24132413
{% tabs %}
24142414
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -2436,7 +2436,7 @@ hyperlink1.ScreenTip = "Send Mail"
24362436
{% endhighlight %}
24372437
{% endtabs %}
24382438

2439-
### Creating a Hyperlink for Opening Files using type as File
2439+
### File Opening Hyperlink
24402440

24412441
{% tabs %}
24422442
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -2467,7 +2467,7 @@ hyperlink2.TextToDisplay = "Hyperlink for files using File as type"
24672467
{% endhighlight %}
24682468
{% endtabs %}
24692469

2470-
### Creating a Hyperlink for Opening Files using type as Unc
2470+
### File opening hyperlink with Unc
24712471

24722472
{% tabs %}
24732473
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -2498,7 +2498,7 @@ hyperlink3.TextToDisplay = "Hyperlink for files using Unc as type"
24982498
{% endhighlight %}
24992499
{% endtabs %}
25002500

2501-
### Creating a Hyperlink to another cell using type as Workbook
2501+
### Worksheet Cell Hyperlink
25022502

25032503
{% tabs %}
25042504
{% highlight c# tabtitle="C# [Cross-platform]" %}

0 commit comments

Comments
 (0)