Search
WorkbookView.bringIntoView Method (Cell)
See Also
 






Scrolls the view to make the specified cell visible.

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

 Syntax

Java  Copy Code

public boolean bringIntoView (
    Cell cell
)

 Parameters

cell

The cell to scroll to.

 Return Value

true if the operation was successful; false if the specified cell could not be scrolled to.

 See Also