BorderStyle Property

Returns or sets the border style for the control.

Syntax

[form!]VSFlexGrid.BorderStyle[ = BorderStyleSettings ]

Remarks

The settings for the BorderStyle property are described below:

 

Constant

Value

Description

flexBorderNone

0

No border.

flexBorderFlat

1

A flat border.

 

Data Type

BorderStyle (Enumeration)

Default Value

flexBorderFlat (1)

See Also

VSFlexGrid Control