ClassHyperlinkFunction
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
HyperlinkFunction()
Initializes a new HYPERLINK function instance.
Declaration
public HyperlinkFunction()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets the metadata describing the HYPERLINK function's category, description, and argument requirements.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<object>)
Evaluates the HYPERLINK function by creating a hyperlink from the address and returning the friendly name or address as display text.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
context
FunctionEvaluationContext<object>
The context.
Returns
Functions result as RadExpression.
Overrides