[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.EnterCellEventArgs

EnterCellEventArgs Class

Represents the event data for the EnterCell event for the Spread component, which occurs when the focus enters a cell.

Inheritance
EnterCellEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public class EnterCellEventArgs : RoutedEventArgs
Public Class EnterCellEventArgs
    Inherits RoutedEventArgs

Constructors

Name Description
EnterCellEventArgs(GcSpreadSheet, IWorksheet, int, int)

Creates a new object with the EnterCell event arguments.

Properties

Name Description
Column

Gets the column index of the cell being entered.

Row

Gets the row index of the cell being entered.

Worksheet

Gets the worksheet of the cell being entered.