Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 884 Bytes

Access.ToggleButton.GridlineStyleBottom.md

File metadata and controls

45 lines (29 loc) · 884 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ToggleButton.GridlineStyleBottom property (Access)
vbaac10.chm11787
vbaac10.chm11787
Access.ToggleButton.GridlineStyleBottom
02a2cc7e-f8e1-d107-6f13-075ce7448082
02/14/2019
medium

ToggleButton.GridlineStyleBottom property (Access)

Gets or sets the bottom gridline style of the specified toggle button. Read/write Byte.

Syntax

expression.GridlineStyleBottom

expression A variable that represents a ToggleButton object.

Remarks

The GridlineStyleBottom 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]