alexa
menu

Document Processing

    Show / Hide Table of Contents

    CurrentCellEndEditEventArgs Class

    Represents a class which holds the properties of CurrentCell EndEdit event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellEndEditEventArgs
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class CurrentCellEndEditEventArgs : GridEventArgs

    Constructors

    CurrentCellEndEditEventArgs()

    Initializes a new instance of the CurrentCellEndEditEventArgs class.

    Declaration
    public CurrentCellEndEditEventArgs()

    Properties

    RowcolumnIndex

    Gets the value of RowColumnIndex .

    Declaration
    public RowColumnIndex RowcolumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

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