Scrolls the view so that the specified cell becomes visible.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnsureVisible ( |
Visual Basic
Copy Code
|
|---|
Public Function EnsureVisible( _ |
The cell to bring into view.
true if the operation was successful; otherwise, false.
See Also