Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / AltRowStyles Property


In This Topic
AltRowStyles Property
In This Topic
Gets or sets the alternating row styles.
Syntax
'Declaration
 
Public Property AltRowStyles As StyleInfo()
 
'Usage
 
Dim instance As CellInfoRange
Dim value() As StyleInfo
 
instance.AltRowStyles = value
 
value = instance.AltRowStyles
See Also