FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / BackColor Property


In This Topic
BackColor Property (Cell)
In This Topic
Gets or sets the background color for a cell.
Syntax
'Declaration
 
Public Property BackColor As Color
 
'Usage
 
Dim instance As Cell
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also