StringsInFunction
Class
Base class for spreadsheet functions that accept string arguments and handle string-based calculations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class StringsInFunction : FunctionWithSameTypeArguments<string>
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunction
Derived Classes:
Inherited Members
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; }
The argument conversion rules as ArgumentConversionRules.
Overrides: