Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 846 Bytes

emptycell-gridlinestylebottom-property-access.md

File metadata and controls

50 lines (31 loc) · 846 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
EmptyCell.GridlineStyleBottom Property (Access)
vbaac10.chm14334
vbaac10.chm14334
access
Access.EmptyCell.GridlineStyleBottom
3c1d9463-89d7-8783-a0b6-cdc92e84c3ce
06/08/2017

EmptyCell.GridlineStyleBottom Property (Access)

Gets or sets the bottom gridline style of the specified list box. Read/write Byte.

Syntax

expression. GridlineStyleBottom

expression A variable that represents an EmptyCell object.

Remarks

The BottomGridlineStyle 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

See also

Concepts

EmptyCell Object