4D View v16

PV SET RANGE BORDER

Home

 
4D View v16
PV SET RANGE BORDER

PV SET RANGE BORDER 


 

PV SET RANGE BORDER ( area ; left ; top ; right ; bottom ) 
Parameter Type   Description
area  Longint in 4D View area
left  Longint in Left cell column number
top  Longint in Top cell row number
right  Longint in Right cell column number
bottom  Longint in Bottom cell row number

The PV SET RANGE BORDER command applies the border set using PV SET BORDER STYLE to the specified range of cells defined by the left, top, right, and bottom parameters:

For more information on ranges, refer to the PV Selection, Introduction section.

Example  

In a 4D View area, we want to trace a light blue horizontal double-line at the bottom of a table containing 12 rows entered in columns A and B:

 PV SET BORDER STYLE(Area;pv border edge top;pv border style 111;PV Index to color(Light blue)) `Border style and color
 PV SET RANGE BORDER(Area;1;12;2;12) `Underline the bottom of the range



See also 

PV SET BORDER STYLE

 
PROPERTIES 

Product: 4D View
Theme: PV Borders
Number: 15870

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)