[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.LeaveCellEventArgs

LeaveCellEventArgs Class

Represents a defined method that handles the LeaveCell event for the Spread component.

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

Constructors

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

Creates a new object with the LeaveCell event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the cell navigation.

Column

Gets the column index of the cell being left.

NewColumn

Gets the column index of the cell being entered.

NewRow

Gets the row index of the cell being entered.

Row

Gets the row index index of the cell being left.

Worksheet

Gets the worksheet of the cell being left.