Spread for ASP.NET 12 Product Documentation
BorderColor Property (DatabarConditionalFormattingRule)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DatabarConditionalFormattingRule Class : BorderColor Property
Gets or sets the color of the border.
Syntax
'Declaration
 
Public Property BorderColor As Color
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
public Color BorderColor {get; set;}

Property Value

The color of the border.
See Also

Reference

DatabarConditionalFormattingRule Class
DatabarConditionalFormattingRule Members