Class UnknownFunctionEventArgs
The event args for the UnknownFunction event which is raised whenever the CalcEngine encounters a function that is does not know.
Inheritance
System.Object
System.EventArgs
UnknownFunctionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Calculate
Assembly: Syncfusion.Calculate.Base.dll
Syntax
public class UnknownFunctionEventArgs : EventArgs
Constructors
UnknownFunctionEventArgs()
Declaration
public UnknownFunctionEventArgs()
Properties
CellLocation
Gets the location of the missing function.
Declaration
public string CellLocation { get; }
Property Value
Type |
---|
System.String |
MissingFunctionName
Gets the name of the unknown function.
Declaration
public string MissingFunctionName { get; }
Property Value
Type |
---|
System.String |