FindCol Method (TableColCollection)
In This Topic
Returns the
TableCol with the specified index (the
Ordinal of the column), or
null if that
TableCol object has not been initialized.
Syntax
Parameters
- index
- The 0-based index of the column in the containing table.
Return Value
The
TableCol object or
null.
See Also