SSpread.GridSolid Property
Set the line type of the grid line.
Specify the following values. The initial value is $TRUE.
| Constant | Description |
|---|---|
| $TRUE | Make the grid line a solid line |
| $FALSE | Make the grid line a dotted line |
To show / hide the grid lines, use the GridShowHoriz and GridShowVert properties.
The grid line color can be set with the GridColor property.
Related Items
GridColor, GridShowHoriz, GridShowVert property