Chapter Contents

Previous

Next
Row/Column Data Vector Class: _setNameJust

Row/Column Data Vector Class: _setNameJust



Sets the number of columns for justification


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setNameJust', num-columns);

Argument Type Description
num-columns
N specifies the number of columns under which the column name should be justified:


1 default (use one column)


-1 use the whole table


Details

The _setNameJust method is valid only if the viewer is a table editor. You can use the _setNameJust method only to pass a row/column data vector to the model's _getRowInfo or _setRowInfo method. Its values are not meaningful for column settings.

The default value of 1 for num-columns indicates to justify the column label under one column. A value of -1 for num-columns indicates to justify the column label under the entire table. This has the effect of making that column label span the entire table. Values other than 1 and -1 are not supported.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.