Search
ActivationEvent.setHorizontal Method
See Also
 






Sets if navigation is in horizontal direction.

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

 Syntax

Java  Copy Code

public void setHorizontal (
    boolean value
)

 Parameters

value

true is moving on same row due to TAB, left or right keys, or false otherwise.

 See Also