Spread for ASP.NET 12 Product Documentation
UseNegativeBorderColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DatabarConditionalFormattingRule Class : UseNegativeBorderColor Property
Gets or sets whether the negative border color is used to paint the border for the negative value.
Syntax
'Declaration
 
Public Property UseNegativeBorderColor As Boolean
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim value As Boolean
 
instance.UseNegativeBorderColor = value
 
value = instance.UseNegativeBorderColor
public bool UseNegativeBorderColor {get; set;}

Property Value

true if the negative border color is used to paint the border for the negative value; otherwise, false.
See Also

Reference

DatabarConditionalFormattingRule Class
DatabarConditionalFormattingRule Members