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


In This Topic
SelectionForeColor Property (SheetSkin)
In This Topic
Gets the text color of selected cells in the sheet.
Syntax
'Declaration
 
Public ReadOnly Property SelectionForeColor As Color
 
'Usage
 
Dim instance As SheetSkin
Dim value As Color
 
value = instance.SelectionForeColor
See Also