Chapter Contents

Previous

Next
Row/Column Data Vector Class: _setAlignmentChar

Row/Column Data Vector Class: _setAlignmentChar



Sets the alignment character


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setAlignmentChar', align-char);

Argument Type Description
align-char
C specifies the alignment character


Details

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

The alignment character, when specified, is typically a decimal point, '.', which is usually used to line up numeric values.

The following conditions also are true when you use a row/column data vector in conjunction with the _getColumnInfo method or the _setColumnInfo method:


Chapter Contents

Previous

Next

Top of Page

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