Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 823 Bytes

Access.Label.GridlineStyleTop.md

File metadata and controls

45 lines (29 loc) · 823 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Label.GridlineStyleTop property (Access)
vbaac10.chm10250
vbaac10.chm10250
Access.Label.GridlineStyleTop
2ef763a4-b049-1e40-64c1-57ca85385fb1
02/14/2019
medium

Label.GridlineStyleTop property (Access)

Gets or sets the top gridline style of the specified label. Read/write Byte.

Syntax

expression.GridlineStyleTop

expression A variable that represents a Label object.

Remarks

The GridlineStyleTop property uses the following settings.

Setting Gridline type
0 (default) Transparent
1 Solid
2 Dashes
3 Short dashes
4 Dots
5 Sparse dots
6 Dash dot
7 Dash dot dot

[!includeSupport and feedback]