menu

Document Processing

EvaluateEventArgs Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    EvaluateEventArgs
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved