Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstRowStripe Property


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