Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 854 Bytes

Access.ComboBox.GridlineStyleRight.md

File metadata and controls

45 lines (29 loc) · 854 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ComboBox.GridlineStyleRight property (Access)
vbaac10.chm11487
vbaac10.chm11487
Access.ComboBox.GridlineStyleRight
d9b7b183-4fc8-26d2-112a-af65fb0bad8d
02/14/2019
medium

ComboBox.GridlineStyleRight property (Access)

Gets or sets the right gridline style of the specified combo box. Read/write Byte.

Syntax

expression.GridlineStyleRight

expression A variable that represents a ComboBox object.

Remarks

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