EvaluateEventArgs Class
This class is used when formula value needs to be evaluated. Provides range that contains formula that should be evaluated and Ptg array - parsed formula string.
Inheritance
System.Object
System.EventArgs
EvaluateEventArgs
Inherited Members
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.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class EvaluateEventArgs : EventArgs
Properties
Empty
Empty arguments (all properties with default values). Read-only.
Declaration
public static EvaluateEventArgs Empty { get; }
Property Value
Type |
---|
EvaluateEventArgs |
PtgArray
Ptg array with formula tokens of the range.
Declaration
public Ptg[] PtgArray { get; }
Property Value
Type |
---|
Syncfusion.XlsIO.Parser.Biff_Records.Formula.Ptg[] |
Range
Range that raised this event. Read-only.
Declaration
public IRange Range { get; }
Property Value
Type |
---|
IRange |