BorderStyle Property

Specifies the border style of the vxGrid object.

Syntax

object.BorderStyle [= enumBorderStyle]

Parameters

The BorderStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

EnumBorderStyle

Determines whether the border style is fixed or none.

Settings

The settings for enumBorderStyle are:

Constant

Value

Description

vxBorderNone

0

Returns no border.

vxBorderFixed

1

Returns a fixed border.

See Also