DataBarBorder Interface

Represents the border of the data bars specified by a conditional formatting rule.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244BE-0000-0000-C000-000000000046")> _
Public Interface DataBarBorder
'Usage
Dim instance As DataBarBorder
[InterfaceTypeAttribute()]
[GuidAttribute("000244BE-0000-0000-C000-000000000046")]
public interface DataBarBorder

Remarks

Use the DataBarBorder object to get or set the color and border type for data bars. To access the DataBarBorder object associated with a data bar conditional formatting rule, use the BarBorder property. After retrieving the DataBarBorder object, use its Color property to return a FormatColor object that you can use to set the color of the data bars.

See Also

Reference

DataBarBorder Members

Microsoft.Office.Interop.Excel Namespace