Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ForeColor Property


In This Topic
ForeColor Property (Rows.DefaultRow)
In This Topic
Gets or sets the default text color for cells in the default row.
Syntax
'Declaration
 
Public Shadows Property ForeColor As Color
 
'Usage
 
Dim instance As Rows.DefaultRow
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
See Also