Description

Determines whether to show the grid (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowGrid() As Variant

Example

Dim MySubModel As SubModel
Dim ShoGrid As Boolean
ShoGrid = True
MySubModel.ShowGrid = ShoGrid