@@ -284,7 +319,7 @@ Returns the test for independence
CHOOSE
|
-Chooses a value from a list of values
|
+Returns a value from a list of values
CHOOSECOLS
|
@@ -407,7 +442,7 @@ DEC2BIN
|
Converts a decimal number to binary
|
-DECHEX
|
+DEC2HEX
|
Converts a decimal number to hexadecimal
|
@@ -476,11 +511,11 @@ Rounds a number up to the nearest even integer
|
EXACT
|
-Checks to see if two text values are identical
|
+Returns TRUE if two text values are identical
EXP
|
-Returns {{'__e__ '| markdownify }}raised to the power of a given number
|
+Returns e raised to the power of a given number
EXPONDIST
|
@@ -511,12 +546,12 @@ FISHER
|
Returns the Fisher transformation
|
-FISHER
|
+FISHERINV
|
Returns the inverse of the Fisher transformation
|
FIXED
|
-Formats a number as text with a fixed number of decimals
|
+Returns a number as text with a fixed number of decimals
FLOOR
|
@@ -527,6 +562,10 @@ FORECAST
|
Returns a value along a linear trend
|
+FORMULATEXT
|
+Returns the formula in a cell as text
|
+
+
FV
|
Returns the future value of an investment
|
@@ -543,7 +582,7 @@ GAMMAINV
Returns the inverse of the gamma cumulative distribution
|
-GAMMALIN
|
+GAMMALN
|
Returns the natural logarithm of the gamma function, Γ(x)
|
@@ -556,7 +595,7 @@ Returns the geometric mean
|
GESTEP
|
-Tests whether a number is greater than a threshold value
|
+Returns TRUE if a number is greater than a threshold value
GROWTH
|
@@ -580,7 +619,7 @@ Converts a hexadecimal number to octal
|
HLOOKUP
|
-Looks in the top row of an array and returns the value of the indicated cell
|
+Returns a value from the top row of an array
HOUR
|
@@ -596,15 +635,15 @@ Returns the hypergeometric distribution
|
IF
|
-Specifies a logical test to perform
|
+Returns one value if a logical test is TRUE and another if it is FALSE
IFERROR
|
-Returns a specified value if a formula evaluates to an error.
|
+Returns a specified value if a formula evaluates to an error
IFS
|
-Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition
|
+Returns a value that corresponds to the first TRUE condition
IMABS
|
@@ -652,7 +691,7 @@ Returns a complex number raised to an integer power
|
IMPRODUCT
|
-Returns the product of from 2 to 29 complex numbers
|
+Returns the product of 2 to 29 complex numbers
IMREAL
|
@@ -676,7 +715,7 @@ Returns the sum of complex numbers
|
INDEX
|
-Uses an index to choose a value from a reference or array
|
+Returns a value from a reference or array using an index
INDIRECT
|
@@ -727,7 +766,7 @@ ISLOGICAL
|
Returns TRUE if the value is a logical value
|
-ISAN
|
+ISNA
|
Returns TRUE if the value is the #N/A error value
|
@@ -743,10 +782,6 @@ ISODD
|
Returns TRUE if the number is odd
|
-ISMPT
|
-Calculates the interest paid during a specific period of an investment
|
-
-
ISREF
|
Returns TRUE if the value is a reference
|
@@ -760,7 +795,7 @@ Returns the kurtosis of a data set
LAMBDA
|
-Allows to use own formula parameters and logic
|
+Returns a custom reusable formula
LARGE
|
@@ -808,7 +843,7 @@ Returns the cumulative log-normal distribution
|
LOOKUP
|
-Looks up values in a vector or array
|
+Returns a value from a vector or array
LOWER
|
@@ -816,7 +851,7 @@ Converts text to lowercase
|
MATCH
|
-Looks up values in a reference or array
|
+Returns a value from a reference or array
MAX
|
@@ -879,7 +914,7 @@ MODE
|
Returns the most common value in a data set
|
-MMONTH
|
+MONTH
|
Converts a serial number to a month
|
@@ -887,7 +922,7 @@ MROUND
|
Returns a number rounded to the desired multiple
|
-MULTINOMINAL
|
+MULTINOMIAL
|
Returns the multinomial of a set of numbers
|
@@ -1144,19 +1179,19 @@ Returns a normalized value
|
STDEV
|
-Estimates standard deviation based on a sample
|
+Returns the standard deviation based on a sample
STDEVA
|
-Estimates standard deviation based on a sample, including numbers, text, and logical values
|
+Returns the standard deviation based on a sample, including numbers, text, and logical values
STDEVP
|
-Calculates standard deviation based on the entire population
|
+Returns the standard deviation based on the entire population
STDEVPA
|
-Calculates standard deviation based on the entire population, including numbers, text, and logical values
|
+Returns the standard deviation based on the entire population, including numbers, text, and logical values
STEYX
|
@@ -1179,6 +1214,10 @@ SUMIF
|
Adds the cells specified by a given criteria
|
+SUMIFS
|
+Adds the cells specified by multiple criteria
|
+
+
SUMPRODUCT
|
Returns the sum of the products of corresponding array components
|
@@ -1200,7 +1239,7 @@ Returns the sum of squares of differences of corresponding values in two arrays<
SWITCH
|
-Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.
|
+Returns a result corresponding to the first matching value in a list
SYD
|
@@ -1220,7 +1259,7 @@ Returns the hyperbolic tangent of a number
|
TEXT
|
-Formats a number and converts it to text
|
+Returns a number as text in a specified format
TEXTBEFORE
|
@@ -1228,7 +1267,7 @@ Returns text that occurs before a given character
|
TEXTJOIN
|
-Combines the text from multiple ranges and/or strings with a delimiter you specify between each text value that will be combined
|
+Returns text from multiple ranges and/or strings with a delimiter
TEXTSPLIT
|
@@ -1255,7 +1294,7 @@ TOROW
|
Transforms an array into a single row
|
-TRANSPORSE
|
+TRANSPOSE
|
Returns the transpose of an array
|
|
@@ -1292,19 +1331,19 @@ Returns the text from any specified value. Calculating this formula result is no
|
VAR
|
-Estimates variance based on a sample
|
+Returns the variance based on a sample
VARA
|
-Estimates variance based on a sample, including numbers, text, and logical values
|
+Returns the variance based on a sample, including numbers, text, and logical values
VARP
|
-Calculates variance based on the entire population
|
+Returns the variance based on the entire population
VARPA
|
-Calculates variance based on the entire population, including numbers, text, and logical values
|
+Returns the variance based on the entire population, including numbers, text, and logical values
VDB
|
@@ -1312,7 +1351,7 @@ Returns the depreciation of an asset for a specified or partial period by using
|
VLOOKUP
|
-Looks in the first column of an array and moves across the row to return the value of a cell
|
+Returns a value from the first column of an array by moving across the row
WEEKDAY
|
@@ -1362,4 +1401,4 @@ Returns the logical value FALSE
|
TRUE
Returns the logical value TRUE
|
-
+
\ No newline at end of file
diff --git a/Document-Processing/Excel/Spreadsheet/Blazor/hyperlink.md b/Document-Processing/Excel/Spreadsheet/Blazor/hyperlink.md
index d0e5e34d7f..741ac41731 100644
--- a/Document-Processing/Excel/Spreadsheet/Blazor/hyperlink.md
+++ b/Document-Processing/Excel/Spreadsheet/Blazor/hyperlink.md
@@ -1,7 +1,7 @@
---
layout: post
title: Hyperlinks in the Blazor Spreadsheet component | Syncfusion
-description: Learn how to insert, edit, remove, and manage hyperlinks in the Syncfusion Blazor Spreadsheet component,programmatic methods, and events.
+description: Learn how to insert, edit, remove, and manage hyperlinks in the Syncfusion Blazor Spreadsheet component, including programmatic methods and events.
platform: document-processing
control: Spreadsheet
documentation: ug
@@ -9,15 +9,33 @@ documentation: ug
# Hyperlinks in the Blazor Spreadsheet component
-Hyperlinks in the [Blazor Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/blazor-spreadsheet-editor) enable interactive navigation both within and outside of spreadsheets. This feature creates clickable links that connect to external web URLs, specific cells within the current worksheet, or cells in other worksheets. To control this functionality, use the [AllowHyperlink](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowHyperlink) property, which enables or disables hyperlink support in the Spreadsheet. The default value of the [AllowHyperlink](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowHyperlink) property is **true**.
+Hyperlinks enable navigation within and outside the spreadsheet. This feature creates clickable links that connect to external web URLs, specific cells within the current worksheet, or cells in other worksheets. To control this functionality, use the [`AllowHyperlink`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowHyperlink) property.
The keyboard shortcut `Ctrl + K` can be used to quickly open the **Insert** or **Edit** hyperlink dialog for the active cell, without using the UI elements. This shortcut works regardless of whether the hyperlink functionality is accessed through the Ribbon or the Context Menu.
-N> When [AllowHyperlink](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowHyperlink) is set to **false**, the hyperlink options are removed from the interface (Ribbon and Context Menu), although existing hyperlinks will still function. Additionally, shortcut keys (**Ctrl + K**) and API methods related to this feature will no longer work.
+N> When [`AllowHyperlink`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowHyperlink) is set to **false**, the hyperlink options are removed from the interface (Ribbon and Context Menu), although existing hyperlinks will still function. Additionally, shortcut keys (**Ctrl + K**) and API methods related to this feature will no longer work. The default value of the `AllowHyperlink` property is **true**.
-## Insert Hyperlink
+## Disabling hyperlinks
+
+The example below shows how to disable hyperlink support across the entire Spreadsheet:
+
+{% tabs %}
+{% highlight razor tabtitle="Index.razor" %}
+
+@page "/"
+@using Syncfusion.Blazor.Spreadsheet
+
+