Skip to content

Commit 03a3379

Browse files
1001194-Added space
1 parent ef11fdc commit 03a3379

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-retrieve-the-list-of-named-ranges-in-an-Excel-workbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: UG
1111
The following code examples demonstrate retrieving the list of named ranges in an Excel workbook using C# (Cross-platform and Windows-specific) and VB.NET.
1212

1313
{% tabs %}
14-
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/FAQ/NamedRange/.NET/RetrieveNamedRanges/RetrieveNamedRanges/Program.cs,180" %}
14+
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/FAQ/Named%20Range/.NET/RetrieveNamedRanges/RetrieveNamedRanges/Program.cs,180" %}
1515
using (ExcelEngine excelEngine = new ExcelEngine())
1616
{
1717
IApplication application = excelEngine.Excel;
@@ -80,4 +80,4 @@ End Using
8080
{% endhighlight %}
8181
{% endtabs %}
8282

83-
A complete working example in C# is present on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/FAQ/NamedRange/.NET/RetrieveNamedRanges">this GitHub page</a>.
83+
A complete working example in C# is present on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/FAQ/Named%20Range/.NET/RetrieveNamedRanges">this GitHub page</a>.

0 commit comments

Comments
 (0)