XlBorderWeight Enumeration
Specifies the weight of the border around a range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlBorderWeight
'Usage
Dim instance As XlBorderWeight
public enum XlBorderWeight
Members
Member name | Description | |
---|---|---|
xlHairline | Hairline (thinnest border). | |
xlMedium | Medium. | |
xlThick | Thick (widest border). | |
xlThin | Thin. |