Determines whether to show the grid (true) or not (false). DATATYPE: Boolean.
Public Property ShowGrid() As Variant
Dim MySubModel As SubModel Dim ShoGrid As Boolean ShoGrid = True MySubModel.ShowGrid = ShoGrid
SubModel Object