Search
Table.Right Property
See Also
 



Gets the X coordinate of the right side of the table's bounding rectangle.

 Syntax

VB6  Copy Code

Public Property Get Right() As Long

C++  Copy Code

public:
int get_Right ()

 Property Value

A long value.

 Remarks

Gets the right side of the bounding rectangle of a table measured in document coordinates.

 See Also