Search
WorkbookView.setArrowActions Method
See Also
 






Sets what action should be performed by left/right arrow buttons in tab strip.

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

 Syntax

Java  Copy Code

public void setArrowActions (
    ArrowActions arrowActions
)

 Parameters

arrowActions

A member of the ArrowActions enumeration.

 See Also