ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewInfo.PutPosition Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewInfo Interface