Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / BackColor Property


In This Topic
BackColor Property (CombinedStyleInfo)
In This Topic
Gets the background color for the cell.
Syntax
'Declaration
 
Public Shadows ReadOnly Property BackColor As Color
 
'Usage
 
Dim instance As CombinedStyleInfo
Dim value As Color
 
value = instance.BackColor

Property Value

A System.Drawing.Color that represents the background color of the cell. The default is Color.Empty.
See Also