FunctionParameter Class

Defines a parameter for a formula function.

Inheritance

Object

Documents.Spreadsheet.FunctionParameter

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class FunctionParameter

Remarks

Initializes a new instance of the FunctionParameter class.

Constructors

FunctionParameterlink

Defines a parameter for a formula function.

Declaration
public FunctionParameter(string name, Documents.Spreadsheet.ParameterType type, bool isRequired)
Parameters
Type Name Description
string name The name of the parameter.
Documents.Spreadsheet.ParameterType type The type of the parameter.
bool isRequired Whether this parameter is required.

Properties

IsRequiredlink

Gets a value indicating whether this parameter is required.

Declaration
public bool IsRequired { get; }
Property Value
Type Description
boolGets a value indicating whether this parameter is required.

Namelink

Gets the name of the parameter.

Declaration
public string Name { get; }
Property Value
Type Description
stringGets the name of the parameter.

Typelink

Gets the type of the parameter.

Declaration
public Documents.Spreadsheet.ParameterType Type { get; }
Property Value
Type Description
Documents.Spreadsheet.ParameterTypeGets the type of the parameter.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙