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


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