Class StringsInFunction
Abstract class for creating function with String arguments.
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()
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. |