This document is archived and information here might be outdated. Recommended version. |
Table window position.
[Visual Basic .NET]
Public Sub PutPosition ( _
ByVal x1 As Integer, _
ByVal y1 As Integer, _
ByVal x2 As Integer, _
ByVal y2 As Integer _
)
[C#]
public void PutPosition (
int x1,
int y1,
int x2,
int y2
);