XlBorderWeight Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the weight of the border around a range.
public enum class XlBorderWeight
public enum XlBorderWeight
type XlBorderWeight =
Public Enum XlBorderWeight
- Inheritance
-
XlBorderWeight
Fields
Name | Value | Description |
---|---|---|
xlMedium | -4138 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Medium. |
xlHairline | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Hairline (thinnest border). |
xlThin | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Thin. |
xlThick | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Thick (widest border). |