Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 850 Bytes

Outlook.OlGridLineStyle.md

File metadata and controls

28 lines (21 loc) · 850 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlGridLineStyle enumeration (Outlook)
vbaol11.chm3123
vbaol11.chm3123
Outlook.OlGridLineStyle
ca89d3fc-eaa2-990f-641e-76a394f22e42
06/08/2017
medium

OlGridLineStyle enumeration (Outlook)

Indicates the line style used to display grid lines for TableView objects.

Name Value Description
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.

[!includeSupport and feedback]