[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UserFormulaEnteredEventArgs

UserFormulaEnteredEventArgs Class

Represents the event data for the UserFormulaEntered event for the Spread component, which occurs when the user has entered a formula in a cell.

Inheritance
UserFormulaEnteredEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class UserFormulaEnteredEventArgs : EventArgs
Public Class UserFormulaEnteredEventArgs
    Inherits EventArgs

Constructors

Name Description
UserFormulaEnteredEventArgs(SpreadView, int, int)

Creates a new object with the UserFormulaEntered event arguments.

UserFormulaEnteredEventArgs(SpreadView, int, int, int, int)

Creates a new object with the UserFormulaEntered event arguments.

Properties

Name Description
Column

Gets the column index of the cell in which the user entered a formula.

Column2

Gets the right column index of the cell in which the user entered a formula.

Row

Gets the row index of the cell in which the user entered a formula.

Row2

Gets the bottom row index of the cell in which the user entered a formula.

View

Gets the main view in which the user entered a formula.