Object Reference : Object View and Procedure Reference : Coef
  
 
setjust
Set the horizontal justification for all cells in the spreadsheet view of the coef object.
Syntax
coef_name.setjust format_arg
where format_arg may be set to left, center, right, or auto (strings are left-justified and numbers are right-justified). Default display settings can be set in General Options; see “Spreadsheet Data Display”.
Examples
c1.setjust left
left-justifies the cells in the spreadsheet view of the coef C1.
Cross-references
See Coef::setwidth and Coef::setindent for details on setting spreadsheet widths and indentation.