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


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