GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / SecondRowStripStyle Property


In This Topic
SecondRowStripStyle Property
In This Topic
The second alternating row style.
Syntax
'Declaration
 
Public Property SecondRowStripStyle As TableStyleInfo
 
'Usage
 
Dim instance As TableStyle
Dim value As TableStyleInfo
 
instance.SecondRowStripStyle = value
 
value = instance.SecondRowStripStyle
See Also