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

Latest commit

 

History

History
54 lines (33 loc) · 1.2 KB

attachment-oldborderstyle-property-access.md

File metadata and controls

54 lines (33 loc) · 1.2 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Attachment.OldBorderStyle Property (Access)
vbaac10.chm13928
vbaac10.chm13928
access
Access.Attachment.OldBorderStyle
abbc1a8d-d9cc-b917-026d-a1847739c362
06/08/2017

Attachment.OldBorderStyle Property (Access)

You can use this property to set or return the unedited value of the BorderStyle property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write Byte.

Syntax

expression. OldBorderStyle

expression A variable that represents an Attachment object.

Remarks

The OldBorderStyle property uses the following settings.

Setting Visual Basic Description
Transparent 0 Transparent
Solid 1 (Default) Solid line
Dashes 2 Dashed line
Short dashes 3 Dashed line with short dashes
Dots 4 Dotted line
Sparse dots 5 Dotted line with dots spaced far apart
Dash dot 6 Line with a dash-dot combination
Dash dot dot 7 Line with a dash-dot-dot combination
Double solid 8 Double solid lines

Note

See also

Concepts

Attachment Object