In This Topic
Gets the text color of cells in the sheet.
Syntax
'Declaration
Public ReadOnly Property CellForeColor As Color
'Usage
Dim instance As SheetSkin
Dim value As Color
value = instance.CellForeColor
public Color CellForeColor {get;}
Property Value
Color object that contains the text color for cells
Example
This example shows the use of the property by returning all the properties for the skin.
See Also