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

Latest commit

 

History

History
44 lines (25 loc) · 888 Bytes

optionbutton-gridlinewidthleft-property-access.md

File metadata and controls

44 lines (25 loc) · 888 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
OptionButton.GridlineWidthLeft Property (Access)
vbaac10.chm10649
vbaac10.chm10649
access
Access.OptionButton.GridlineWidthLeft
2edf6a74-dbe8-bf47-afa4-21496e64839e
06/08/2017

OptionButton.GridlineWidthLeft Property (Access)

Gets or sets the width of the left gridline for the specified option button. Read/write Byte.

Syntax

expression. GridlineWidthLeft

expression A variable that represents an OptionButton object.

Remarks

The LeftGridlineWidth property uses the following settings.

Setting Description
0 Hairline. This is the narrowest border possible on your system.
1 to 6 The width as indicated in points. The default setting is 1 point.

See also

Concepts

OptionButton Object