Adds a new row to the table.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddRow () |
C++
Copy Code
|
|---|
public: |
RemarksThe 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