Spread Windows Forms 17
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
    public StyleInfo[] AltRowStyles {get; set;}
    See Also