SSpread.GridShowHoriz Property
Shows / hides horizontal grid lines.
Specify $TRUE to display the horizontal grid lines and $ FALSE to not display them. The initial value is $TRUE.
Use the GridShowVert property to show or hide the vertical grid lines. The grid line color can be set with the GridColor property. The grid line type can be set with the GridSolid property.
In the initial state, the grid lines are filled with the background color of the cells specified by the BackColor property. The display order of the background color and grid lines can be changed with the BackColorStyle property.
Related Items
BackColor, BackColorStyle, GridColor, GridShowVert, GridSolid property