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