Skip to content

Commit d2db654

Browse files
ES-975464 - Resolve the ReadMe file length issue in this sample repository
1 parent 1a8b9f5 commit d2db654

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.
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)