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


In This Topic
    FirstRowStripSize Property
    In This Topic
    The size of the first alternating row.
    Syntax
    'Declaration
     
    Public Property FirstRowStripSize As Integer
    'Usage
     
    Dim instance As TableStyle
    Dim value As Integer
     
    instance.FirstRowStripSize = value
     
    value = instance.FirstRowStripSize
    public int FirstRowStripSize {get; set;}
    See Also