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

customcontrol-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
CustomControl.GridlineWidthLeft Property (Access)
vbaac10.chm10532
vbaac10.chm10532
access
Access.CustomControl.GridlineWidthLeft
94a8129a-ff41-f252-6af6-33f9c6dd9eaf
06/08/2017

CustomControl.GridlineWidthLeft Property (Access)

Gets or sets the width of the left gridline for the specified text box. Read/write Byte.

Syntax

expression. GridlineWidthLeft

expression A variable that represents a CustomControl 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

CustomControl Object