menu

Document Processing

CellValueChangedEventArgs Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    CellValueChangedEventArgs Class

    Inheritance
    System.Object
    CellValueChangedEventArgs
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CellValueChangedEventArgs : EventArgs

    Constructors

    CellValueChangedEventArgs()

    Declaration
    public CellValueChangedEventArgs()

    Properties

    NewValue

    Gets or sets the new value.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    The new value.

    OldValue

    Gets or sets the old value.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object

    The old value.

    Range

    Gets or sets the Range.

    Declaration
    public IRange Range { get; set; }
    Property Value
    Type Description
    IRange

    The Range.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved