Indicates the line style used to display grid lines for TableView objects.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlGridLineStyle
'Usage
Dim instance As OlGridLineStyle
public enum OlGridLineStyle
Members
| Member name | Description | |
|---|---|---|
| olGridLineNone | No lines are displayed. | |
| olGridLineSmallDots | Lines using small dots are used to draw the grid. | |
| olGridLineLargeDots | Lines using large dots are used to draw the grid. | |
| olGridLineDashes | Dashed lines are used to draw the grid. | |
| olGridLineSolid | Solid lines are used to draw the grid. |