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


In This Topic
CellBackColor Property
In This Topic
Gets the background color of cells in the sheet.
Syntax
'Declaration
 
Public ReadOnly Property CellBackColor As Color
 
'Usage
 
Dim instance As SheetSkin
Dim value As Color
 
value = instance.CellBackColor
See Also