Object Reference : Object View and Procedure Reference : Table
  
 
setindent
Set the display indentation for a table view.
Syntax
table_name.setindent(cell_range) indent_arg
where indent_arg is an indent value specified in 1/5 of a width unit. The width unit is computed from representative characters in the default font for the current table (the EViews table default font at the time the table was created), and corresponds roughly to a single character. Indentation is only relevant for non-center justified cells.
The default values are taken from the settings at the time the table is created.
The cell_range defines the cells to be modified. See Table::setformat for the syntax for cell_range specifications.
Examples
To set the justification, provide a valid cell specification:
tab1.setindent(@all) 2
tab1.setindent(2,B,10,D) 4
tab1.setindent(R2C2:R4C4) 2
Cross-references
See Table::setwidth, Table::setheight and Table::setjust for details on setting table widths, height, 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.