New to Telerik Document ProcessingStart a free 30-day trial

Base class for spreadsheet functions that accept string arguments and handle string-based calculations.

Definition

Constructors

Initializes a new instance of the StringsInFunction base class.

C#
protected StringsInFunction()

Properties

Gets the argument conversion rules.

C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value:

The argument conversion rules as ArgumentConversionRules.

Overrides: FunctionBase.ArgumentConversionRules