Spread for ASP.NET 12 Product Documentation
BackColor Property (StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : BackColor Property
Gets or sets the style of the cell background color.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
'Usage
 
Dim instance As StyleInfo
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public virtual Color BackColor {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members