|
|
|
Returns or sets grid line style of VLPropertyList.
Syntax
object.Grid[=value]
The Grid property syntax has these parts:
|
Part | Description |
| object |
An object expression that evaluates to VLPropertyList. |
| Value |
An integer specifying the grid line style of the objects in Applies
to list, as described in Settings. |
Settings
The settings for value are:
|
Constant |
Setting |
Description |
vlGridNone |
0 |
No grid is shown for the properties. |
vlGridSolid |
1 |
Show grid with solid lines. |
vlGridDotted |
2 |
(default) Show grid with dotted lines. |
vlHorzSolid |
3 |
Show horizontal soild lines. |
vlHorzDotted |
4 |
Show horizontal dotted lines. |
vlVertSolid |
5 |
Show vertical soild lines. |
vlVertDotted |
6 |
Show vertical dotted lines. |
|