Contents - Index


DeleteParametricRows (Macro Command) or DeleteParametricRuns

 

DeleteParametricRows 'TableName'   StartRow   NRows

 

Deletes one or more rows in the existing Parametric table that has name (showing on the tab in the window) TableName.  TableName may be a string variable containing the name of the table.  StartRows is the first row in the table to be deleted. It may be a number or an EES variable that is set to the value of the first row.   NRows is the number of rows to be deleted.  If NRows is not provided, it is assumed to be 1.  If all of the rows in the table are deleted, the entire table is deleted.

 

See also:  InsertParametricRows

 

MacroCommands