CellFormat object
Sets the style of the border.
Read-write, BqBorderStyle
The BqBorderStyle constant group consists of the following values:
bqBorderStyle_Horizontal = 2
bqBorderStyle_None = 0
bqBorderStyle_Raise1 = 4
bqBorderStyle_Sink1 = 5
bqBorderStyle_VertAndHorz = 3
bqBorderStyle_Vertical = 1
This example shows how to set the default border style for a Pivot data value to “raised”:
DefaultFormats.Pivot.DataValues.BorderStyle = bqBorderStyle_Raise1