Search
ActivationEvent.setForward Method
See Also
 






Sets if navigation is in forward direction.

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

 Syntax

Java  Copy Code

public void setForward (
    boolean value
)

 Parameters

value

true is cell is moving forward due to TAB, right or down keys, or false otherwise.

 See Also