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


In This Topic
    FirstRowStripStyle Property
    In This Topic
    The first alternating row style.
    Syntax
    'Declaration
     
    Public Property FirstRowStripStyle As TableStyleInfo
    'Usage
     
    Dim instance As TableStyle
    Dim value As TableStyleInfo
     
    instance.FirstRowStripStyle = value
     
    value = instance.FirstRowStripStyle
    public TableStyleInfo FirstRowStripStyle {get; set;}
    See Also