GridLines Property (ListView Control)

           

Returns or sets a value the determines if the ListView control, in Report view, displays gridlines.

Syntax

object.GridLines [= boolean]

The GridLines property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying the appearance of gridlines, as shown in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) No gridlines are displayed.
True The control displays gridlines.