Search
WorkbookView.setFocusOnCell Method
See Also
 






Sets if keyboard focus is currently on a cell.

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

 Syntax

Java  Copy Code

public void setFocusOnCell (
    boolean focusOnCell
)

 Parameters

focusOnCell

true if any cell has the keyboard focus, or false otherwise.

 See Also