Windows.CompareSideBySideWith(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens two windows in side-by-side mode.
public:
bool CompareSideBySideWith(System::Object ^ % Document);
public bool CompareSideBySideWith (ref object Document);
abstract member CompareSideBySideWith : obj -> bool
Public Function CompareSideBySideWith (ByRef Document As Object) As Boolean
Parameters
- Document
- Object
Required Object. The document to view in side-by-side windows.
Returns
Remarks
You cannot use the CompareSideBySideWith method with the Application object or the ActiveDocument property.