Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / SecondRowStripe Property


In This Topic
    SecondRowStripe Property
    In This Topic
    Gets or sets the second row stripe of the table style.
    Syntax
    'Declaration
     
    
    Public Property SecondRowStripe As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.SecondRowStripe = value
     
    value = instance.SecondRowStripe
    public TableElementStyle SecondRowStripe {get; set;}
    See Also