XlBorderWeight Enumeration

Specifies the weight of the border around a range.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("3918E32A-FD7F-461C-B2E0-F5605207C30B")> _
Public Enumeration XlBorderWeight
'Usage
Dim instance As XlBorderWeight
[GuidAttribute("3918E32A-FD7F-461C-B2E0-F5605207C30B")]
public enum XlBorderWeight

Members

Member name Description
xlHairline A hairline border (thinnest border).
xlMedium A medium border.
xlThick A thick border (widest border).
xlThin A thin border.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace