Finds a table whose Tag matches the specified value.
SyntaxVB6
Copy Code
|
|---|
Public Function FindTable( _ |
C++
Copy Code
|
|---|
public: |
A reference to a Table object, which is the first table found with the requested tag, or null reference (Nothing in Visual Basic) if none is found.
See Also