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
@@ -305,7 +305,7 @@
Trigger the required events form this method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.DataValidationForm.OnFormClosed(System.Windows.Forms.FormClosedEventArgs)">
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.DataValidationForm.OnClosed(System.EventArgs)">
<summary>
close the form.
</summary>
@@ -631,7 +631,7 @@
Initialize the required events from here.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.FormatCellsForm.OnFormClosed(System.Windows.Forms.FormClosedEventArgs)">
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.FormatCellsForm.OnClosed(System.EventArgs)">
<summary>
Close the window.
</summary>
@@ -1238,7 +1238,7 @@
<param name="keyData"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.HyperlinkForm.OnFormClosed(System.Windows.Forms.FormClosedEventArgs)">
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.HyperlinkForm.OnClosed(System.EventArgs)">
<summary>
Close the window.
</summary>
@@ -1442,7 +1442,7 @@
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.InsertCommentForm.OnFormClosing(System.Windows.Forms.FormClosingEventArgs)">
<member name="M:Syncfusion.Windows.Forms.Spreadsheet.Commands.InsertCommentForm.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Refresh the selection status of comment buttons from the ribbon.
</summary>
@@ -16430,11 +16430,6 @@
FillRange bottom cell.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Spreadsheet.FillSeriesController.isAlphaNumeric">
<summary>
Determines whether the original range used for Fill/Copy Series contains alphanumeric values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Spreadsheet.FillSeriesController.Worksheet">
<summary>
Returns the <see cref="T:Syncfusion.XlsIO.IWorksheet"/> of the <see cref="T:Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetGrid"/>.
@@ -23228,15 +23223,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.Windows.Forms.CellGrid.FormulaEngine.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.Windows.Forms.CellGrid.FormulaEngine.GetFormulaText(System.String@)">
<summary>
Given a string, it returns a string that is passed through the FormulaParsing event
@@ -26804,24 +26790,10 @@
formulas, or numbers.</param>
<returns>A string holding the sum of all values listed in the argument.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CellGrid.FormulaEngine.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.Windows.Forms.CellGrid.FormulaEngine.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.Windows.Forms.CellGrid.FormulaEngine.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>