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


In This Topic
BackColor Property (Columns.DefaultColumn)
In This Topic
Gets or sets the default background color for cells in the default column.
Syntax
'Declaration
 
Public Shadows Property BackColor As Color
 
'Usage
 
Dim instance As Columns.DefaultColumn
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also