Chapter Contents

Previous

Next
GET_DATA Data Vector: _setBorderColor

GET_DATA Data Vector: _setBorderColor



Sets the border outline color


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setBorderColor', area, color);

Argument Type Description
area
C specifies the area to set the border color 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
color
C specifies the border outline color


Details

The _setBorderColor method is valid only if the viewer is a table editor. For the border to be visible, it must have a width. You can query and set the border width with _getBorderWidth and _setBorderWidth.


Chapter Contents

Previous

Next

Top of Page

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