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