Spread for ASP.NET 12 Product Documentation
ForeColor Property (ButtonCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ButtonCellType Class : ForeColor Property
Gets or sets the foreground color (typically the color of the text) of the cell.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As ButtonCellType
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}
See Also

Reference

ButtonCellType Class
ButtonCellType Members