Spread Windows Forms 15.0
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
    public TableElementStyle SecondColumnStripe {get; set;}
    See Also