Search
WorkbookView.BringIntoView Method
See Also
 






Scrolls the view to make the specified cell visible.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool BringIntoView (
    Cell cell
)

Visual Basic  Copy Code

Public Function BringIntoView( _
    cell As Cell _
) As Boolean

 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