Search
Table.AddRow Method
See Also
 



Adds a new row to the table.

 Syntax

VB6  Copy Code

Public Sub AddRow ()

C++  Copy Code

public:
void AddRow ()

 Remarks

The new row is added to the bottom of the table. The table height is not changed by this operation; you can use the SetRect method to change it.

 See Also