Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableStyleInfo Interface / ShowColumnStripes Property


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