property HTML.DrawGridLines as Boolean
Returns or sets a value that determines whether lines are drawn between rows, or unpopulated areas.

TypeDescription
Boolean A boolean expression that determines whether lines are drawn between rows, or unpopulated areas.
By default, the DrawGridLines property is False. Use the BookMarkBackColor2 property to specify the grid lines color. Use the BackColor property to specify the control's background color. Use the BackColorAlternate property to specify the background color for alternate lines. Use the Picture property to assign a picture on the control's background. The BackColorLocked property specifies the control's background while it is locked. The Locked property specifies whether the control is read-only.

The following screen displays the control's grid lines: