ApplicationClass.Move(Int32, Int32) 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.
public:
virtual void Move(int Left, int Top) = Microsoft::Office::Interop::Word::_Application::Move;
public virtual void Move (int Left, int Top);
abstract member Move : int * int -> unit
override this.Move : int * int -> unit
Public Overridable Sub Move (Left As Integer, Top As Integer)
Parameters
- Left
- Int32
- Top
- Int32