HyperlinkFunction
Implements the HYPERLINK function, which creates a clickable hyperlink to a document, web page, or email address and displays optional friendly text.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class HyperlinkFunction : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsHyperlinkFunction
Inherited Members
Constructors
Initializes a new HYPERLINK function instance.
public HyperlinkFunction()
Fields
The name of the function.
public static readonly string FunctionName
Properties
Gets the metadata describing the HYPERLINK function's category, description, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides:
Methods
Evaluates the HYPERLINK function by creating a hyperlink from the address and returning the friendly name or address as display text.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
The context.
Returns:Functions result as RadExpression.
Overrides: