alexa
menu

Document Processing

    Show / Hide Table of Contents

    CurrentCellBeginEditEventArgs Class

    Represents the class which holds the properties of CurrentCellBeginEdit Event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CurrentCellBeginEditEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class CurrentCellBeginEditEventArgs : GridCancelEventArgs

    Constructors

    CurrentCellBeginEditEventArgs()

    Initializes a new instance of the CurrentCellBeginEditEventArgs class.

    Declaration
    public CurrentCellBeginEditEventArgs()

    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