Object Reference : Object View and Procedure Reference : Table
  
 
deleterow
Removes rows from a table.
Syntax
table_name.deleterow(row_loc) [num_rows]
where row_loc is an integer which specifies the first row to remove, and num_rows specifies the number of rows to remove from the table. If num_rows is not provided, the default is one.
Examples
tab1.deleterow(2) 5
removes five rows beginning with the second row.
Cross-references
For other row and columns operations, see Table::deletecol, Table::insertcol, and Table::insertrow.
For additional discussion of table commands see “Working with Tables and Spreadsheets”.
See also “Table and Text Objects” for a discussion and examples of table formatting in EViews.