DataBar.NegativeBarBorderColorSameAsPositive Property
negativeBarBorderColorSameAsPositive.Represents the attribte in schema: negativeBarBorderColorSameAsPositive
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "negativeBarBorderColorSameAsPositive")> _
Public Property NegativeBarBorderColorSameAsPositive As BooleanValue
Get
Set
'Usage
Dim instance As DataBar
Dim value As BooleanValue
value = instance.NegativeBarBorderColorSameAsPositive
instance.NegativeBarBorderColorSameAsPositive = value
[SchemaAttrAttribute(, "negativeBarBorderColorSameAsPositive")]
public BooleanValue NegativeBarBorderColorSameAsPositive { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue