Search
ActivationEvent Constructor (Cell, Boolean, Boolean)
See Also
 






Initializes a new instance of the ActivationEvent class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public ActivationEvent (
    Cell current,
    boolean forward,
    boolean horizontal
)

 Parameters

current

A reference to the current Cell.

forward

Specifies if navigation is in forward direction.

horizontal

Specifies if navigation is in horizontal direction.

 See Also