Inserts a new row into the table.
SyntaxVB6
Copy Code
|
|---|
Public Sub InsertRow( _ |
C++
Copy Code
|
|---|
public: |
RemarksInserts a new row in a table at the specified position. The table's extents are not changed by this operation; you can use the SetRect method to change them.
See Also