Scrolls the document area to make the specified object visible.
SyntaxVB6
Copy Code
|
|---|
Public Sub BringIntoView( _ |
C++
Copy Code
|
|---|
public: |
RemarksScrolls the document view to ensure that the specified object is visible. No scrolling is performed if the object is already in view.
See Also