Adds a new column to the table.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddColumn () |
C++
Copy Code
|
|---|
public: |
RemarksThe new column becomes the right-most in the table. The table width is not changed by this operation; you can use the SetRect method to change it.
See Also