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


In This Topic
    SecondRowStripSize Property
    In This Topic
    Gets or sets the size for the second row strip.
    Syntax
    'Declaration
     
    
    Public Property SecondRowStripSize As Integer
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As Integer
     
    instance.SecondRowStripSize = value
     
    value = instance.SecondRowStripSize
    public int SecondRowStripSize {get; set;}
    See Also