Skip to content

Commit 7be2a13

Browse files
authored
Merge pull request #1 from SyncfusionExamples/ES-975464
ES-975464 - Resolve the ReadMe file length issue in this sample repository
2 parents 038d072 + e817e9c commit 7be2a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
6.22 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This example will explain how to store the values with variable name and perform the calculation using expressions and built-in functions.
66

7-
The below code explain how to store the values with variable name using CalcQuickBase.
7+
The below code explain how to store the values with variable name using [CalcQuickBase](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Calculate.CalcQuickBase.html). To hold a string which is a formula or be treated as a formula, then begin that string with [FormulaCharacter](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Calculate.CalcQuickBase.html#Syncfusion_Calculate_CalcQuickBase_FormulaCharacter) of **CalcQuickBase**.
88

99
```c#
1010
CalcQuickBase calcQuick = new CalcQuickBase();
@@ -24,4 +24,4 @@ calcQuick["result1"] = "=SUM([A],[B])";
2424
```
2525
The output of expressions and functions calculation,
2626

27-
![](https://blog.syncfusion.com/wp-content/uploads/2018/11/Output-for-CalcQuickBase.png)
27+
![Output of Formula Calculation using CalcQuickBase](OutputOfExpressionsAndFunctions.png)

0 commit comments

Comments
 (0)