Finds the topmost table containing the specified point.
SyntaxVB6
Copy Code
|
|---|
Public Function GetTableAt( _ |
C++
Copy Code
|
|---|
public: |
The Table object found; null (Nothing in Visual Basic) if no table is found at the specified location.
RemarksLooks for a table containing the (docX, docY) point passed as parameter. If there are more than one tables at that point, the highest table in the Z order is returned.
See Also