Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / SecondColumnStripe Property


In This Topic
SecondColumnStripe Property
In This Topic
Gets or sets the second column stripe of the table style.
Syntax
'Declaration
 
Public Property SecondColumnStripe As TableElementStyle
 
'Usage
 
Dim instance As TableStyle
Dim value As TableElementStyle
 
instance.SecondColumnStripe = value
 
value = instance.SecondColumnStripe
See Also