SSpread.BackColorStyle Property
Sets whether the background color is displayed above the grid lines.
Specify the following values. The initial value is $BackColorStyleOverGrid.
| Constant | Value | Description |
|---|---|---|
| $BackColorStyleOverGrid | 0 | Above the grid line |
| $BackColorStyleUnderGrid | 1 | Show background color below grid lines |
| $BackColorStyleOverHorzGridOnly | 2 | Overwrite only horizontal grid lines with background color |
| $BackColorStyleOverVertGridOnly | 3 | Overwrite only vertical grid lines with background color |
Related Items
BackColor property