Search
Table.Left Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get Left() As Long

C++  Copy Code

public:
int get_Left ()

 Property Value

A long value.

 Remarks

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

 See Also