MindFusion.Wpf Pack Programmer's Guide
WorkbookView.EnsureVisible Method
See Also
 





Scrolls the view so that the specified cell becomes visible.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool EnsureVisible (
    Cell cell
)

Visual Basic  Copy Code

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

 Parameters

cell

The cell to bring into view.

 Return Value

true if the operation was successful; otherwise, false.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace