Class StringsInFunction
Base class for spreadsheet functions that accept string arguments and handle string-based calculations.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class StringsInFunction : FunctionWithSameTypeArguments<string>
Constructors
StringsInFunction()
Initializes a new instance of the StringsInFunction base class.
Declaration
protected StringsInFunction()
Properties
ArgumentConversionRules
Gets the argument conversion rules.
Declaration
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
|
ArgumentConversionRules
The argument conversion rules as ArgumentConversionRules. |