Object Reference : Object View and Procedure Reference : Table
  
 
setsuffix
Set the cell suffix string for the specified table cells.
Syntax
table_name.setsuffix(cell_range) suffix
where suffix is the suffix you wish to assign to the cells. To remove a suffix from a cell, leave suffix empty.
The cell_range defines the cells to be modified. See Table::setformat for the syntax for cell_range specifications.
Examples
tab1.setsuffix(A1) $
appends the dollar sign ($) to the cell A1.
tab1.setsuffix(A1)
removes the suffix from cell A1.
Cross-references
See Table::setwidth, Table::setindent and Table::setjust for details on setting table widths, indentation and justification.
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.