Search
Table.AddColumn Method
See Also
 



Adds a new column to the table.

 Syntax

VB6  Copy Code

Public Sub AddColumn ()

C++  Copy Code

public:
void AddColumn ()

 Remarks

The 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