Search
Table.Bottom Property
See Also
 



Gets the Y coordinate of the bottom side of the table bounding rectangle.

 Syntax

VB6  Copy Code

Public Property Get Bottom() As Long

C++  Copy Code

public:
int get_Bottom ()

 Property Value

A long value.

 Remarks

Gets the bottom side of a table-bounding rectangle, measured in document coordinates.

 See Also