Borders Members
Include Protected Members
Include Inherited Members
A collection of four Border objects that represent the four borders of a Range or Style object.
The Borders type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Color | Returns or sets the primary color of all four borders of a range. If they're not all the same color, returns 0 (zero). | |
ColorIndex | Returns or sets the color of all four borders. Returns Null if all four borders aren't the same color. | |
Count | Returns the number of objects in the collection. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Item | Returns a Border object that represents one of the borders of either a range of cells or a style. | |
LineStyle | Returns or sets the line style for the border. | |
Parent | Returns the parent object for the specified object. | |
ThemeColor | Returns or sets the theme color in the applied color scheme that is associated with the specified object. Read/write Object. | |
TintAndShade | Returns or sets a Single that lightens or darkens a color. | |
Value | Returns or sets the line style for the border. | |
Weight | Returns or sets the weight of the border. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top