Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / SecondRowStripSize Property


In This Topic
    SecondRowStripSize Property
    In This Topic
    The size of the second alternating row.
    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