DataBarBorder.Type Property
Gets or sets the type of border for 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
Property Type As XlDataBarBorderType
Get
Set
'Usage
Dim instance As DataBarBorder
Dim value As XlDataBarBorderType
value = instance.Type
instance.Type = value
XlDataBarBorderType Type { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlDataBarBorderType
The type of border for data bars specified by a conditional formatting rule.
Remarks
Read/write.