Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableStyleInfo Class / ShowRowStripes Property


In This Topic
    ShowRowStripes Property (ExcelTableStyleInfo)
    In This Topic
    A boolean indicating whether row stripe formatting is applied.
    Syntax
    'Declaration
     
    Public Property ShowRowStripes As Boolean
    'Usage
     
    Dim instance As ExcelTableStyleInfo
    Dim value As Boolean
     
    instance.ShowRowStripes = value
     
    value = instance.ShowRowStripes
    public bool ShowRowStripes {get; set;}
    See Also