Click or drag to resize

IBorders Properties

The IBorders type exposes the following members.

Properties
Name Description
Public property Color
Returns or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value. Read / write Color.
Public property Count
Returns the number of objects in the collection. Read-only, Long.
Public property Item
Returns a Border object that represents one of the borders of either a range of cells or a style.
Public property KnownColor
Returns or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value. Read / write ExcelColors.
Public property LineStyle
Returns or sets the line style for the border. Read / write LineStyleType.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Public property Value
Synonym for Borders.LineStyle. Read / write.
Top
See Also