Object Reference : Object View and Procedure Reference : Matrix
  
 
setindent
Set the display indentation for cells in a matrix object spreadsheet view.
Syntax
matrix_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 value is taken from the Global Defaults at the time the spreadsheet view is created.
For matrices, setindent operates on all of the cells in the matrix.
Examples
To set the indentation for all the cells in a matrix object:
matrix1.setindent 2
Cross-references
See Matrix::setwidth and Matrix::setjust for details on setting spreadsheet widths and justification.