Scrolls the view to make the specified cell visible.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool BringIntoView ( |
Visual Basic
Copy Code
|
|---|
Public Function BringIntoView( _ |
The cell to scroll to.
true if the operation was successful; false if the specified cell could not be scrolled to.
See Also