Object Reference : Object View and Procedure Reference : Alpha
  
 
setindent
Set the display indentation for cells in an alpha series spreadsheet view.
Syntax
alpha_name.setindent 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 spreadsheet (the EViews spreadsheet default font at the time the spreadsheet was created), and corresponds roughly to a single character. Indentation is only relevant for non-center justified cells.
The default indentation setttings are taken from the Global Defaults for spreadsheet views ( “Spreadsheet Data Display”) at the time the spreadsheet was created.
Examples
To set the justification for an alpha series object to 2/5 of a width unit:
alpha1.setindent 2
Cross-references
See Alpha::setjust for details on setting spreadsheet justification.