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


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