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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DatabarConditionalFormattingRule Class : ShowBorder Property
Gets or sets whether the border should be painted.
Syntax
'Declaration
 
Public Property ShowBorder As Boolean
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim value As Boolean
 
instance.ShowBorder = value
 
value = instance.ShowBorder
public bool ShowBorder {get; set;}

Property Value

true if the border should be painted; otherwise, false.
See Also

Reference

DatabarConditionalFormattingRule Class
DatabarConditionalFormattingRule Members