Visual Basic Reference

GridLineWidth Property

See Also    Example    Applies To

Returns or sets the width in pixels of the gridlines for an MSFlexGrid control.

Syntax

object.GridLineWidth [**=**value]

The GridLineWidth property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value An integer specifying the gridline width. The minimum setting is 1 (default); the maximum setting is 10.