Search
Table.Top Property
See Also
 



Returns the Y coordinate of the top side of the table bounding rectangle.

 Syntax

VB6  Copy Code

Public Property Get Top() As Long

C++  Copy Code

public:
int get_Top ()

 Property Value

A long value.

 Remarks

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

 See Also