OlGridLineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the line style used to display grid lines for TableView objects.
public enum class OlGridLineStyle
public enum OlGridLineStyle
Public Enum OlGridLineStyle
- Inheritance
-
OlGridLineStyle
Fields
olGridLineDashes | 3 | Dashed lines are used to draw the grid. |
olGridLineLargeDots | 2 | Lines using large dots are used to draw the grid. |
olGridLineNone | 0 | No lines are displayed. |
olGridLineSmallDots | 1 | Lines using small dots are used to draw the grid. |
olGridLineSolid | 4 | Solid lines are used to draw the grid. |