Command Reference : Command Reference
  
 
setline
Place a double horizontal line in a table.
Provided for backward compatibility. For a more general method of setting the line characteristics and borders for a set of table cells, see the table proc Table::setlines See also Table::setwidth and Table::setheight .
Syntax
setline(table_name, r)
Options
Specify the name of the table and the row number r in which to place the horizontal line.
Examples
setline(tab3,8)
places a (double) horizontal line in the eighth row of the table object TAB3.
Cross-references
“Working with Tables and Spreadsheets” describes table formatting using commands. See also “Table Objects” for a discussion and examples of table formatting in EViews.
See Table::setlines for more flexible line drawing tools. Note that this command is supported primarily for backward compatibility. There is a more extensive set of table procs for working with and customizing tables. See “Table Procs”.