Skip to content

Commit d5b73d5

Browse files
Update README.md
1 parent d2db654 commit d5b73d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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](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`.
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();

0 commit comments

Comments
 (0)