Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _setBorderStyle |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_setBorderStyle', area, style); |
Argument | Type | Description | |
---|---|---|---|
area |
C | specifies the area to set the border style for: | |
'ALL' | all four sides of the cell | ||
'RIGHT' | the right side of the cell | ||
'LEFT' | the left side of the cell | ||
'TOP' | the top side of the cell | ||
'BOTTOM' | the bottom side of the cell | ||
style |
C | specifies the border style: | |
'SOLID' | solid line | ||
'DOTTED' | dotted line | ||
'DASHED' | dashed line |
Details |
The _setBorderStyle method is valid only if the viewer is a table editor.
Note that the default label outline style used by the table editor is button outline style. The style and color set by the _setBorderColor and _setBorderStyle methods are not used for button outline style. To change the table editor's border outline style to no longer use buttons, call the _setAttributes table editor method with BUTTON_LABELS set to 'N'.
See also the Table Editor class.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.