FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SelectionForeColor Property


In This Topic
SelectionForeColor Property (SheetView)
In This Topic
Gets or sets the foreground color of selections on this sheet.
Syntax
'Declaration
 
Public Property SelectionForeColor As Color
 
'Usage
 
Dim instance As SheetView
Dim value As Color
 
instance.SelectionForeColor = value
 
value = instance.SelectionForeColor
See Also