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


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

Property Value

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