Skip to content

Commit 6b18395

Browse files
authored
Update Working-with-Cell-or-Range-Formatting.md
1 parent 3378437 commit 6b18395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/Excel/Excel-Library/NET/Working-with-Cell-or-Range-Formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ workbook.DetectDateTimeInValue = False
919919
{% endhighlight %}
920920
{% endtabs %}
921921

922-
N> To display the **$** symbol, apply a currency or accounting number format. Using a plain number format shows only the numeric value and omits the currency symbol.
922+
N> To display the **$** symbol, apply a currency or accounting number format. Using a number format without any currency symbol does not show any currency symbol in the value.
923923

924924
{% tabs %}
925925
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -2172,4 +2172,4 @@ A complete working example to apply rich text formatting in C# is present on [th
21722172

21732173
The output of the previous code is shown as follows:
21742174

2175-
![Excel document with rich-text formatting](Working-with-Cell-or-Range-Formatting_images/Working-with-Cell-or-Range-Formatting_img6.jpeg)
2175+
![Excel document with rich-text formatting](Working-with-Cell-or-Range-Formatting_images/Working-with-Cell-or-Range-Formatting_img6.jpeg)

0 commit comments

Comments
 (0)