Deletes the specified column of the table.
SyntaxVB6
Copy Code
|
|---|
Public Sub DeleteColumn( _ |
C++
Copy Code
|
|---|
public: |
RemarksDeletes the column with the index specified as argument. The table's extents are not changed by this operation; you can use the SetRect method to change them.
See Also