update 20260406

This commit is contained in:
Stefan Hutter
2026-04-06 12:40:02 +02:00
parent e82057b6e4
commit 7a28e0c2bb
519 changed files with 318370 additions and 634840 deletions
+3 -26
View File
@@ -1293,15 +1293,6 @@
<param name="s">String to be tested.</param>
<returns>True is passed in string is null or empty, otherwise False.</returns>
</member>
<member name="M:Syncfusion.Calculate.CalcEngine.GetSerializedDateTime(System.String)">
<summary>
Converts a DateTime value into its serialized date-time representation.
</summary>
<param name="s">The input string that represents a DateTime.</param>
<returns>
Returns the serialized DateTime value.
</returns>
</member>
<member name="M:Syncfusion.Calculate.CalcEngine.GetFormulaText(System.String@)">
<summary>
Given a string, it returns a string that is passed through the FormulaParsing event
@@ -5185,24 +5176,10 @@
formulas, or numbers.</param>
<returns>A string holding the sum of all values listed in the argument.</returns>
</member>
<member name="M:Syncfusion.Calculate.CalcEngine.GetValueFromRange(System.String)">
<summary>
Retrieves the range value, returning "0" if it contains a TEXT formula; otherwise returns the cell value.
</summary>
<returns>
A string value.Returns "0" if the range contains a TEXT otherwise returns the value of the cell.
</returns>
</member>
<member name="M:Syncfusion.Calculate.CalcEngine.IsTextFunction(System.String)">
<summary>
Determines whether the specified Excel function name is one that
returns a text value rather than a numeric value.
</summary>
<returns>
True if the function is a text-returning function otherwise, false.
</returns>
</member>
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeSumIFS(System.String)">
<summary>
Returns the sum of all the cells in a range which is statisfy the given multible criteria
</summary>
<param name="argList">range of cells, criteria1, average_range1,...</param>
<returns>returns the sum value of the cells.</returns>
</member>